remove unused param_packet_[tr]x structures

This commit is contained in:
Brendan O'Dea 2006-05-22 07:41:33 +00:00
parent 08cf00b1be
commit ac26e0e3a8

View file

@ -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;