remove unused param_packet_[tr]x structures

This commit is contained in:
bodea 2006-05-22 07:41:33 +00:00
parent 2cb89d7554
commit c512d06530

View file

@ -60,37 +60,11 @@ struct param_post_auth
int protocol; 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 struct param_timer
{ {
time_t time_now; time_t time_now;
}; };
struct param_control
{
int iam_master;
int argc;
char **argv;
// output
int response;
char *additional;
};
struct param_new_session struct param_new_session
{ {
tunnelt *t; tunnelt *t;
@ -103,6 +77,16 @@ struct param_kill_session
sessiont *s; sessiont *s;
}; };
struct param_control
{
int iam_master;
int argc;
char **argv;
// output
int response;
char *additional;
};
struct param_radius_response struct param_radius_response
{ {
tunnelt *t; tunnelt *t;