ARB
Main Page
Namespaces
Classes
Files
File List
File Members
ARBDB
gb_comm.h
Go to the documentation of this file.
1
// =============================================================== //
2
// //
3
// File : gb_comm.h //
4
// Purpose : //
5
// //
6
// Institute of Microbiology (Technical University Munich) //
7
// http://www.arb-home.de/ //
8
// //
9
// =============================================================== //
10
11
#ifndef GB_COMM_H
12
#define GB_COMM_H
13
14
struct
gbcmc_comm
{
15
int
socket
;
16
char
*
unix_name
;
17
char
*
error
;
18
};
19
20
21
struct
gb_user
{
22
char
*
username
;
23
int
userid
;
24
int
userbit
;
25
int
nusers
;
// number of clients of this user
26
};
27
28
#else
29
#error gb_comm.h included twice
30
#endif // GB_COMM_H
gbcmc_comm::error
char * error
Definition:
gb_comm.h:17
gb_user::userid
int userid
Definition:
gb_comm.h:23
gbcmc_comm::unix_name
char * unix_name
Definition:
gb_comm.h:16
gb_user::nusers
int nusers
Definition:
gb_comm.h:25
gbcmc_comm::socket
int socket
Definition:
gb_comm.h:15
gb_user::userbit
int userbit
Definition:
gb_comm.h:24
gbcmc_comm
Definition:
gb_comm.h:14
gb_user::username
char * username
Definition:
gb_comm.h:22
gb_user
Definition:
gb_comm.h:21
Generated by
1.8.8