]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
client_common.c: Add a comment to client_connect().
authorAndre Noll <maan@systemlinux.org>
Sat, 22 Dec 2007 12:54:24 +0000 (13:54 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 22 Dec 2007 12:54:24 +0000 (13:54 +0100)
client_common.c

index 3501a5df210409029ef954e5ddb4ebdc0b90561c..d228f99c559ee30500631c5e304151b1935ae5f6 100644 (file)
@@ -76,6 +76,7 @@ void client_close(struct private_client_data *pcd)
        free(pcd);
 }
 
+/* connect to para_server and register the client task */
 static int client_connect(struct private_client_data *pcd)
 {
        int ret;