Add stricter checks for netnames.
[tinc] / src / control_common.h
index c89f9de..cd54889 100644 (file)
@@ -1,6 +1,7 @@
 /*
     control_protocol.h -- control socket protocol.
-    Copyright (C) 2007 Scott Lamb <slamb@slamb.org>
+    Copyright (C) 2007      Scott Lamb <slamb@slamb.org>
+                  2009-2012 Guus Sliepen <guus@tinc-vpn.org>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -35,6 +36,11 @@ enum request_type {
        REQ_PURGE,
        REQ_SET_DEBUG,
        REQ_RETRY,
+       REQ_CONNECT,
+       REQ_DISCONNECT,
+       REQ_DUMP_TRAFFIC,
+       REQ_PCAP,
+       REQ_LOG,
 };
 
 #define TINC_CTL_VERSION_CURRENT 0