Client: make attributes "uid" and "num" const
This commit is contained in:
parent
df4af2b550
commit
3102e05da4
@ -55,11 +55,11 @@ public:
|
|||||||
unsigned permission;
|
unsigned permission;
|
||||||
|
|
||||||
/** the uid of the client process, or -1 if unknown */
|
/** the uid of the client process, or -1 if unknown */
|
||||||
int uid;
|
const int uid;
|
||||||
|
|
||||||
CommandListBuilder cmd_list;
|
CommandListBuilder cmd_list;
|
||||||
|
|
||||||
unsigned int num; /* client number */
|
const unsigned int num; /* client number */
|
||||||
|
|
||||||
/** is this client waiting for an "idle" response? */
|
/** is this client waiting for an "idle" response? */
|
||||||
bool idle_waiting;
|
bool idle_waiting;
|
||||||
|
Loading…
Reference in New Issue
Block a user