From f4371e133464d82f5f06d0141c96fe86cc390d98 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 22 Dec 2007 13:54:24 +0100 Subject: [PATCH] client_common.c: Add a comment to client_connect(). --- client_common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client_common.c b/client_common.c index 3501a5df..d228f99c 100644 --- a/client_common.c +++ b/client_common.c @@ -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; -- 2.39.2