#include <shared.h>
Collaboration diagram for s_replication:
Definition at line 68 of file shared.h.
Public Member Functions | |
s_replication () | |
Public Attributes | |
string | partner |
Name of replication partner. | |
int | type |
Type of replication. |
|
Definition at line 93 of file shared.h. References partner, REPL_INVALID, and type. 00094 { 00095 partner=""; 00096 type=REPL_INVALID; 00097 }
|
|
Name of replication partner.
Definition at line 69 of file shared.h. Referenced by botnet_loop(), logic_process_line(), and s_replication(). |
|
Type of replication.
Definition at line 91 of file shared.h. Referenced by botnet_loop(), logic_process_line(), and s_replication(). |