s_proc_to_push Struct Reference

Collaboration diagram for s_proc_to_push:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores procedure data to push to remote bot.

Author:
VooDooMan
Version:
1
Date:
2004

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.


Constructor & Destructor Documentation

s_proc_to_push::s_proc_to_push  )  [inline]
 

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     }


Member Data Documentation

string s_proc_to_push::botname
 

Remote bot name.

Definition at line 164 of file botnet.cpp.

Referenced by botnet_loop(), and s_proc_to_push().

time_t s_proc_to_push::last_changed
 

Timestamp of procedure.

Definition at line 166 of file botnet.cpp.

Referenced by botnet_loop(), and s_proc_to_push().

string s_proc_to_push::proc_name
 

Name of procedure.

Definition at line 165 of file botnet.cpp.

Referenced by botnet_loop(), and s_proc_to_push().


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