The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

users.cpp File Reference

#include "inspircd.h"
#include <stdarg.h>
#include "socketengine.h"
#include "xline.h"
#include "bancache.h"
#include "commands/cmd_whowas.h"

Include dependency graph for users.cpp:

Go to the source code of this file.

Functions

void InitializeAlreadySent (SocketEngine *SE)

Variables

unsigned long uniq_id = 1
static unsigned long * already_sent = NULL


Function Documentation

void InitializeAlreadySent SocketEngine SE  ) 
 

Definition at line 29 of file users.cpp.

References already_sent, and SocketEngine::GetMaxFds().

Referenced by User::WriteCommon(), User::WriteCommonExcept(), and User::WriteCommonQuit().


Variable Documentation

unsigned long* already_sent = NULL [static]
 

Definition at line 26 of file users.cpp.

Referenced by InitializeAlreadySent(), User::WriteCommon(), User::WriteCommonExcept(), and User::WriteCommonQuit().

unsigned long uniq_id = 1
 

Definition at line 24 of file users.cpp.

Referenced by User::WriteCommon(), User::WriteCommonExcept(), and User::WriteCommonQuit().