X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/bd5e68707a108e2a5ddcae287a3a4875fe65d4de..e3f281ce02023aed0fa1a0cb14b82e63d3b718a0:/plugin.h?ds=sidebyside diff --git a/plugin.h b/plugin.h index ca0368f..dcae48d 100644 --- a/plugin.h +++ b/plugin.h @@ -1,7 +1,7 @@ #ifndef __PLUGIN_H__ #define __PLUGIN_H__ -#define PLUGIN_API_VERSION 4 +#define PLUGIN_API_VERSION 5 #define MAX_PLUGIN_TYPES 30 enum @@ -35,6 +35,7 @@ struct pluginfuncs uint16_t (*radiusnew)(sessionidt s); void (*radiussend)(uint16_t r, uint8_t state); void *(*getconfig)(char *key, enum config_typet type); + void (*sessionshutdown)(sessionidt s, char *reason, int result, int error); void (*sessionkill)(sessionidt s, char *reason); void (*throttle)(sessionidt s, int rate_in, int rate_out); int (*session_changed)(int sid);