~ubuntu-branches/ubuntu/trusty/haproxy/trusty-updates

« back to all changes in this revision

Viewing changes to include/types/global.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2009-10-19 22:31:45 UTC
  • mfrom: (1.2.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20091019223145-rymupk5njs544bvp
ImportĀ upstreamĀ versionĀ 1.3.22

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        int spread_checks;
71
71
        char *chroot;
72
72
        char *pidfile;
 
73
        char *node, *desc;              /* node name & description */
73
74
        int logfac1, logfac2;
74
75
        int loglev1, loglev2;
75
76
        int minlvl1, minlvl2;
95
96
extern const int one;
96
97
extern const struct linger nolinger;
97
98
extern int stopping;    /* non zero means stopping in progress */
 
99
extern char hostname[MAX_HOSTNAME_LEN];
98
100
 
99
101
#endif /* _TYPES_GLOBAL_H */
100
102