X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=6e3743fd9c97de74caf9638e717aa60525bebabb;hb=5c765a67fd25f9d84e71ed61ace37c8c97f6be15;hp=1a1bf0b99582fa323cb0ee587d79c248642a7896;hpb=1cadc16803b43f7841f5e67aaa7bc12a7b59fdd9;p=ppp.git 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 */