Reorganize messages into module groups
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ Client client_new() {
|
||||
struct Client* client = malloc(sizeof(struct Client));
|
||||
memset(client, 0, sizeof(struct Client));
|
||||
// TODO: Make this configurable
|
||||
client->hostbyte = host2byte(DEFAULT_CLIENT_HOST, DEFAULT_CLIENT_INDEX);
|
||||
client->hostbyte = host2byte(CLIENT_HOST, CLIENT_INDEX);
|
||||
return client;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user