aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mds-server.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mds-server.c b/src/mds-server.c
index f5e28ad..3ddfaa9 100644
--- a/src/mds-server.c
+++ b/src/mds-server.c
@@ -610,6 +610,7 @@ void message_received(client_t* client) /* TODO */
/* Assign ID if not already assigned. */
if (client->id == 0)
{
+ /* Do the assignment. */
with_mutex(slave_mutex,
client->id = next_id++;
if (next_id == 0)
@@ -623,7 +624,8 @@ void message_received(client_t* client) /* TODO */
abort();
}
);
- /* TODO: add interception:
+
+ /* TODO: Make the client listen for messages addressed to it.
To: $(assign_id)
Priority: 0
Modifying: no