From c512d0653034e9a7d1bb62336b79600efa70bc28 Mon Sep 17 00:00:00 2001 From: bodea Date: Mon, 22 May 2006 07:41:33 +0000 Subject: [PATCH] remove unused param_packet_[tr]x structures --- plugin.h | 36 ++++++++++-------------------------- 1 file changed, 10 insertions(+), 26 deletions(-) diff --git a/plugin.h b/plugin.h index 788b50a..d6cac99 100644 --- a/plugin.h +++ b/plugin.h @@ -60,37 +60,11 @@ struct param_post_auth int protocol; }; -struct param_packet_rx -{ - tunnelt *t; - sessiont *s; - char *buf; - int len; -}; - -struct param_packet_tx -{ - tunnelt *t; - sessiont *s; - char *buf; - int len; -}; - struct param_timer { time_t time_now; }; -struct param_control -{ - int iam_master; - int argc; - char **argv; - // output - int response; - char *additional; -}; - struct param_new_session { tunnelt *t; @@ -103,6 +77,16 @@ struct param_kill_session sessiont *s; }; +struct param_control +{ + int iam_master; + int argc; + char **argv; + // output + int response; + char *additional; +}; + struct param_radius_response { tunnelt *t;