X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpppd.h;fp=pppd%2Fpppd.h;h=47e4d9ad40c36e692b97be97d268116fb8b0ef46;hp=1f208894f77bf38a9e7ad20bfb64c919271ae767;hb=398ed2585640d198c53e736ee5bbd67f7ce8168e;hpb=224841f4799f4f1e2e71bc490c54448d66740f4f diff --git a/pppd/pppd.h b/pppd/pppd.h index 1f20889..47e4d9a 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -285,6 +285,7 @@ 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 */ 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 */ extern char *connect_script; /* Script to establish physical link */ extern char *disconnect_script; /* Script to disestablish physical link */