Rename connection_t *broadcast to everyone.
This commit is contained in:
parent
cff5a844a3
commit
ea415ccc16
7 changed files with 16 additions and 16 deletions
|
@ -101,7 +101,7 @@ typedef struct connection_t {
|
|||
} connection_t;
|
||||
|
||||
extern avl_tree_t *connection_tree;
|
||||
extern connection_t *broadcast;
|
||||
extern connection_t *everyone;
|
||||
|
||||
extern void init_connections(void);
|
||||
extern void exit_connections(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue