~ubuntu-branches/ubuntu/utopic/babeld/utopic-proposed

« back to all changes in this revision

Viewing changes to babeld.h

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2013-11-22 00:12:28 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20131122001228-iui8suwokn99fsl1
Tags: 1.4.3-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
extern time_t reboot_time;
86
86
extern int default_wireless_hello_interval, default_wired_hello_interval;
87
87
extern int resend_delay;
 
88
extern int random_id;
88
89
extern int do_daemonise;
89
 
extern char *logfile, *pidfile, *state_file;
 
90
extern const char *logfile, *pidfile, *state_file;
90
91
extern int link_detect;
91
92
extern int all_wireless;
92
93