X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=PLUGINS;h=a655a9c765ef6a29f8b1963a1afbf5ce4adf97a1;hp=82a32401f6f5004fd8bedc4d08303095a5e5a9f5;hb=d00f8a0e184cc73b1ca33a9b22c1b1f87292a72f;hpb=98b641cbee0c4489e83320962ddf652eb9070f03 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 $ ##