X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpppd.h;h=6e3743fd9c97de74caf9638e717aa60525bebabb;hp=1a1bf0b99582fa323cb0ee587d79c248642a7896;hb=d34159f417620eb7c481bf53f29fe04c86ccd223;hpb=bbcdc4366bbee6c3f4e1ddda31e4eec8c1b3ccc2 diff --git a/pppd/pppd.h b/pppd/pppd.h index 1a1bf0b..6e3743f 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -295,6 +295,9 @@ extern int inspeed; /* Input/Output speed requested */ extern u_int32_t netmask; /* IP netmask to set on interface */ extern bool lockflag; /* Create lock file to lock the serial dev */ extern bool nodetach; /* Don't detach from controlling tty */ +#ifdef SYSTEMD +extern bool up_sdnotify; /* Notify systemd once link is up (implies nodetach) */ +#endif extern bool updetach; /* Detach from controlling tty when link up */ extern bool master_detach; /* Detach when multilink master without link */ extern char *initializer; /* Script to initialize physical link */