Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

IpcConnectType Struct Reference

A single connection to services. More...

#include <sipc.h>

List of all members.

Public Member Functions

void sWrite (const char *text)
 Send the user a message.

void fWrite (const char *text,...)
 Send the user a message.

void fWriteLn (const char *text,...)
 Send the user a message.

int sendAkills (int akillType, const char *searchText)
flag_t GetPriv ()
int CheckPriv (flag_t pSys, flag_t pObj=0)
int CheckOrPriv (flag_t pSys, flag_t pObj=0)

Public Attributes

int fd
 File descriptor of the connection.

flag_t gpriv
 Global Privileges.

flag_t opriv
 Global Privileges.

in_addr addr
 Incoming address of the user.

IpcQ buf
 Buffer for incoming messages.

long cookie
 Cookie used for authentication purposes.

long cookie_in
 the user

char * user
char * pass
 User/pass/hash fields for system auth.

char * objName
char * objPass
 User/pass/hash fields for object auth.

enum sipc_obj_t objType
 Type of object.

char s
 State.

IpcConnectTypenext
 Next connection.


Detailed Description

A single connection to services.

Definition at line 230 of file sipc.h.


Member Data Documentation

long IpcConnectType::cookie_in
 

the user

Cookie used to authenticate services to

Definition at line 238 of file sipc.h.


The documentation for this struct was generated from the following files:
Generated at Sat Oct 25 20:56:13 2003 for Services using Doxygen.
Services Copyr. 1996-2001 Chip Norkus, Max Byrd, Greg Poma, Michael Graff, James Hess, Dafydd James. All rights reserved See LICENSE for licensing information.