projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
741dc05
)
client_common.c: Add a comment to client_connect().
author
Andre Noll
<maan@systemlinux.org>
Sat, 22 Dec 2007 12:54:24 +0000
(13:54 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Sat, 22 Dec 2007 12:54:24 +0000
(13:54 +0100)
client_common.c
patch
|
blob
|
history
diff --git
a/client_common.c
b/client_common.c
index
3501a5d
..
d228f99
100644
(file)
--- 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;