~ubuntu-branches/ubuntu/intrepid/haproxy/intrepid

« back to all changes in this revision

Viewing changes to include/types/session.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2008-03-09 21:30:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080309213029-8oupnrc607mg5uqw
Tags: 1.3.14.3-1
* New Upstream Version
* Add status argument support to init-script to conform to LSB.
* Cleanup pidfile after stop in init script. Init script return code fixups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
#define SN_FINST_SHIFT  12              /* bit shift */
75
75
/* unused:              0x00008000 */
76
76
 
 
77
/* Note: those flags must move to another place */
 
78
#define SN_STAT_HIDEDWN 0x00010000      /* hide 'down' servers in the stats page */
 
79
#define SN_STAT_NORFRSH 0x00020000      /* do not automatically refresh the stats page */
 
80
#define SN_STAT_FMTCSV  0x00040000      /* dump the stats in CSV format instead of HTML */
 
81
 
77
82
 
78
83
/* WARNING: if new fields are added, they must be initialized in event_accept()
79
84
 * and freed in session_free() !