Commit 3102e05d authored by Max Kellermann's avatar Max Kellermann

Client: make attributes "uid" and "num" const

parent df4af2b5
......@@ -55,11 +55,11 @@ public:
unsigned permission;
/** the uid of the client process, or -1 if unknown */
int uid;
const int uid;
CommandListBuilder cmd_list;
unsigned int num; /* client number */
const unsigned int num; /* client number */
/** is this client waiting for an "idle" response? */
bool idle_waiting;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment