mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-08-02 05:12:55 +00:00
Clean log
This commit is contained in:
parent
d00c062d76
commit
ec61d2699b
@ -318,7 +318,6 @@ epoll_listen (SearpcNamedPipeServer *server)
|
|||||||
g_free (data);
|
g_free (data);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
g_message ("start to serve on pipe client\n");
|
|
||||||
} else {
|
} else {
|
||||||
ServerHandlerData *data = (ServerHandlerData *)events[i].data.ptr;
|
ServerHandlerData *data = (ServerHandlerData *)events[i].data.ptr;
|
||||||
connfd = data->connfd;
|
connfd = data->connfd;
|
||||||
@ -464,8 +463,6 @@ static void named_pipe_client_handler(void *data)
|
|||||||
guint32 bufsize = 4096;
|
guint32 bufsize = 4096;
|
||||||
char *buf = g_malloc(bufsize);
|
char *buf = g_malloc(bufsize);
|
||||||
|
|
||||||
g_message ("start to serve on pipe client\n");
|
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
len = 0;
|
len = 0;
|
||||||
if (pipe_read_n(connfd, &len, sizeof(guint32)) < 0) {
|
if (pipe_read_n(connfd, &len, sizeof(guint32)) < 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user