X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/eb6906a28c887872d459890ad05cbf8e07c97b75..0133cf7236592e66398a35e6aedddba71b755393:/plugin.h

diff --git a/plugin.h b/plugin.h
index 89ef8e0..e2bd047 100644
--- a/plugin.h
+++ b/plugin.h
@@ -21,7 +21,8 @@ enum
 
 #define PLUGIN_RET_ERROR	0
 #define PLUGIN_RET_OK		1
-#define PLUGIN_RET_STOP		2
+#define PLUGIN_RET_STOP		2 
+#define PLUGIN_RET_NOTMASTER	3
 
 struct pluginfuncs
 {
@@ -81,8 +82,10 @@ struct param_timer
 
 struct param_control
 {
+	int iam_master;
     	int argc;
 	char **argv;
+	// output
 	int response;
 	char *additional;
 };