]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client_common.c
client_common.c: Add a comment to client_connect().
[paraslash.git] / client_common.c
index 3501a5df210409029ef954e5ddb4ebdc0b90561c..d228f99c559ee30500631c5e304151b1935ae5f6 100644 (file)
@@ -76,6 +76,7 @@ void client_close(struct private_client_data *pcd)
        free(pcd);
 }
 
        free(pcd);
 }
 
+/* connect to para_server and register the client task */
 static int client_connect(struct private_client_data *pcd)
 {
        int ret;
 static int client_connect(struct private_client_data *pcd)
 {
        int ret;