projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update plugin docs
[l2tpns.git]
/
plugin.h
diff --git
a/plugin.h
b/plugin.h
index
dcae48d
..
6619ad3
100644
(file)
--- a/
plugin.h
+++ b/
plugin.h
@@
-1,7
+1,7
@@
#ifndef __PLUGIN_H__
#define __PLUGIN_H__
#ifndef __PLUGIN_H__
#define __PLUGIN_H__
-#define PLUGIN_API_VERSION
5
+#define PLUGIN_API_VERSION
6
#define MAX_PLUGIN_TYPES 30
enum
#define MAX_PLUGIN_TYPES 30
enum
@@
-15,6
+15,7
@@
enum
PLUGIN_KILL_SESSION,
PLUGIN_CONTROL,
PLUGIN_RADIUS_RESPONSE,
PLUGIN_KILL_SESSION,
PLUGIN_CONTROL,
PLUGIN_RADIUS_RESPONSE,
+ PLUGIN_RADIUS_RESET,
PLUGIN_BECOME_MASTER,
PLUGIN_NEW_SESSION_MASTER,
};
PLUGIN_BECOME_MASTER,
PLUGIN_NEW_SESSION_MASTER,
};
@@
-111,4
+112,10
@@
struct param_radius_response
char *value;
};
char *value;
};
+struct param_radius_reset
+{
+ tunnelt *t;
+ sessiont *s;
+};
+
#endif /* __PLUGIN_H__ */
#endif /* __PLUGIN_H__ */