Definition at line 163 of file botnet.cpp.
Public Member Functions | |
s_proc_to_push () | |
Public Attributes | |
string | botname |
Remote bot name. | |
time_t | last_changed |
Timestamp of procedure. | |
string | proc_name |
Name of procedure. |
|
Definition at line 168 of file botnet.cpp. References botname, last_changed, and proc_name. 00169 { 00170 botname=""; 00171 proc_name=""; 00172 last_changed=0; 00173 }
|
|
Remote bot name.
Definition at line 164 of file botnet.cpp. Referenced by botnet_loop(), and s_proc_to_push(). |
|
Timestamp of procedure.
Definition at line 166 of file botnet.cpp. Referenced by botnet_loop(), and s_proc_to_push(). |
|
Name of procedure.
Definition at line 165 of file botnet.cpp. Referenced by botnet_loop(), and s_proc_to_push(). |