From: Brendan O'Dea Date: Mon, 22 May 2006 07:41:33 +0000 (+0000) Subject: remove unused param_packet_[tr]x structures X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~31 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/ac26e0e3a80afd09f32c19184fbd31926c6f5482 remove unused param_packet_[tr]x structures --- diff --git a/plugin.h b/plugin.h index 788b50a..d6cac99 100644 --- 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;