s_proc_to_pull Struct Reference

Collaboration diagram for s_proc_to_pull:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores procedure data to pull from remote bot.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 138 of file botnet.cpp.

Public Member Functions

 s_proc_to_pull ()

Public Attributes

string botname
 Remote bot name.
time_t last_changed
 Timestamp of procedure.
list< string > lines
 Lines of commands.
vector< string > orig_groups
 Original groups which is procedure member of.
string proc_name
 Procedure name.
vector< s_replicationreplication
 Replication data.


Constructor & Destructor Documentation

s_proc_to_pull::s_proc_to_pull  )  [inline]
 

Definition at line 146 of file botnet.cpp.

References botname, last_changed, lines, orig_groups, proc_name, and replication.

00147     {
00148         botname="";
00149         proc_name="";
00150         last_changed=0;
00151         lines.clear();
00152         replication.clear();
00153         orig_groups.clear();
00154     }


Member Data Documentation

string s_proc_to_pull::botname
 

Remote bot name.

Definition at line 139 of file botnet.cpp.

Referenced by botnet_loop(), and s_proc_to_pull().

time_t s_proc_to_pull::last_changed
 

Timestamp of procedure.

Definition at line 141 of file botnet.cpp.

Referenced by botnet_loop(), and s_proc_to_pull().

list<string> s_proc_to_pull::lines
 

Lines of commands.

Definition at line 142 of file botnet.cpp.

Referenced by botnet_loop(), and s_proc_to_pull().

vector<string> s_proc_to_pull::orig_groups
 

Original groups which is procedure member of.

Definition at line 144 of file botnet.cpp.

Referenced by botnet_loop(), and s_proc_to_pull().

string s_proc_to_pull::proc_name
 

Procedure name.

Definition at line 140 of file botnet.cpp.

Referenced by botnet_loop(), and s_proc_to_pull().

vector<s_replication> s_proc_to_pull::replication
 

Replication data.

Definition at line 143 of file botnet.cpp.

Referenced by botnet_loop(), and s_proc_to_pull().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 10 05:45:49 2005 for VooDoo cIRCle by doxygen 1.4.3

Hosted by SourceForge.net Logo