summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-06-06 20:50:57 +0000
committerbrian <brian@FreeBSD.org>1998-06-06 20:50:57 +0000
commit88b436b903942028007c3ce448108486c4da5547 (patch)
tree368d6bf6283d17e8c9c001f3bd584334c4a9a70a /usr.sbin/ppp/bundle.h
parent30cc111a0f023e7efe54d7c4ec29f9673fbc4901 (diff)
downloadFreeBSD-src-88b436b903942028007c3ce448108486c4da5547.zip
FreeBSD-src-88b436b903942028007c3ce448108486c4da5547.tar.gz
Put the correct pid in /var/run/tunX.pid
Suggested by: many
Diffstat (limited to 'usr.sbin/ppp/bundle.h')
-rw-r--r--usr.sbin/ppp/bundle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h
index ab11f0ed..d91237b 100644
--- a/usr.sbin/ppp/bundle.h
+++ b/usr.sbin/ppp/bundle.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bundle.h,v 1.4 1998/05/28 23:17:33 brian Exp $
+ * $Id: bundle.h,v 1.5 1998/05/29 18:33:08 brian Exp $
*/
#define PHASE_DEAD 0 /* Link is dead */
@@ -166,3 +166,4 @@ extern int bundle_SetMode(struct bundle *, struct datalink *, int);
extern int bundle_RenameDatalink(struct bundle *, struct datalink *,
const char *);
extern void bundle_setsid(struct bundle *, int);
+extern void bundle_LockTun(struct bundle *);
OpenPOWER on IntegriCloud