| # | Line 362 | Line 362 | struct Client | |
|---|---|---|
| 362 | dlink_node node; | |
| 363 | dlink_node lnode; /**< Used for Server->servers/users */ | |
| 364 | ||
| 365 | < | struct Connection *connection; |
| 365 | > | struct Connection *connection; /**< Connection structure associated with this client */ |
| 366 | struct Client *hnext; /**< For client hash table lookups by name */ | |
| 367 | struct Client *idhnext; /**< For SID hash table lookups by sid */ | |
| 368 | struct Server *serv; /**< ...defined, if this is a server */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |