summaryrefslogtreecommitdiff
path: root/PLUGINS
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2008-06-15 07:02:18 +0000
committerPaul Mackerras <paulus@samba.org>2008-06-15 07:02:18 +0000
commit653158d0d312f523c88d98b754236d4f01c416c1 (patch)
tree22e1c709fbf42811538e4ccf49bdbafc3511bffa /PLUGINS
parentb5edacdfeec0ff65e9a365324992214f056f46d0 (diff)
downloadppp-653158d0d312f523c88d98b754236d4f01c416c1.tar.gz
Add a description of multilink_join_hook.
Diffstat (limited to 'PLUGINS')
-rw-r--r--PLUGINS9
1 files changed, 8 insertions, 1 deletions
diff --git a/PLUGINS b/PLUGINS
index 82a3240..a655a9c 100644
--- a/PLUGINS
+++ b/PLUGINS
@@ -231,6 +231,13 @@ packet is in p; its length is len. This allows plugins to "snoop in"
on the pppd conversation. The hooks may prove useful in implmenting
L2TP.
+
+void (*multilink_join_hook)();
+
+This is called whenever a new link completes LCP negotiation and joins
+the bundle, if we are doing multilink.
+
+
A plugin registers itself with a notifier by declaring a procedure of
the form:
@@ -277,4 +284,4 @@ Here is a list of the currently-implemented notifiers in pppd.
-## $Id: PLUGINS,v 1.7 2005/07/12 08:56:07 paulus Exp $ ##
+## $Id: PLUGINS,v 1.8 2008/06/15 07:02:18 paulus Exp $ ##