remove unused param_packet_[tr]x structures
This commit is contained in:
parent
2cb89d7554
commit
c512d06530
1 changed files with 10 additions and 26 deletions
36
plugin.h
36
plugin.h
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue