remove unused param_packet_[tr]x structures
authorBrendan O'Dea <bod@optus.net>
Mon, 22 May 2006 07:41:33 +0000 (07:41 +0000)
committerBrendan O'Dea <bod@optus.net>
Mon, 22 May 2006 07:41:33 +0000 (07:41 +0000)
plugin.h

index 788b50a..d6cac99 100644 (file)
--- a/plugin.h
+++ b/plugin.h
@@ -60,25 +60,21 @@ struct param_post_auth
     int protocol;
 };
 
-struct param_packet_rx
+struct param_timer
 {
-    tunnelt *t;
-    sessiont *s;
-    char *buf;
-    int len;
+    time_t time_now;
 };
 
-struct param_packet_tx
+struct param_new_session
 {
     tunnelt *t;
     sessiont *s;
-    char *buf;
-    int len;
 };
 
-struct param_timer
+struct param_kill_session
 {
-    time_t time_now;
+    tunnelt *t;
+    sessiont *s;
 };
 
 struct param_control
@@ -91,18 +87,6 @@ struct param_control
     char *additional;
 };
 
-struct param_new_session
-{
-    tunnelt *t;
-    sessiont *s;
-};
-
-struct param_kill_session
-{
-    tunnelt *t;
-    sessiont *s;
-};
-
 struct param_radius_response
 {
     tunnelt *t;