1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 01:03:12 +02:00

- Generate UIDs for local clients.

This commit is contained in:
William Pitcock
2013-05-20 22:00:24 +00:00
parent 01ff7c4a16
commit b02069f944
8 changed files with 58 additions and 14 deletions
+1
View File
@@ -940,6 +940,7 @@ typedef struct {
struct Client {
struct list_head client_node; /* for global client list (client_list) */
struct list_head client_hash; /* for clientTable */
struct list_head id_hash; /* for idTable */
anUser *user; /* ...defined, if this is a User */
aServer *serv; /* ...defined, if this is a server */