#include <ctables.h>
Inheritance diagram for command_t:
Public Attributes | |
char | command [MAXBUF] |
Command name. | |
handlerfunc * | handler_function |
Handler function as in typedef. | |
char | flags_needed |
User flags needed to execute the command or 0. | |
int | min_params |
Minimum number of parameters command takes. | |
long | use_count |
used by /stats m | |
long | total_bytes |
used by /stats m |
Definition at line 27 of file ctables.h.
|
Command name.
|
|
User flags needed to execute the command or 0.
|
|
Handler function as in typedef.
|
|
Minimum number of parameters command takes.
|
|
used by /stats m
|
|
used by /stats m
|