Definition at line 796 of file botnet.cpp.
Public Attributes | |
my_bool | init |
Set to true for first line of procedure. | |
my_time_t | last_changed |
Original timestamp. | |
char | line [1024 *2] |
Line of procedure. | |
char | name [1024] |
Procedure name. |
|
Set to true for first line of procedure.
Definition at line 798 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_proc(). |
|
Original timestamp.
Definition at line 800 of file botnet.cpp. Referenced by botnet_loop(), botnet_push_proc(), and s_bot_command::flip(). |
|
Line of procedure.
Definition at line 799 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_proc(). |
|
Procedure name.
Definition at line 797 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_proc(). |