Re: [PATCH 4/5] Use blocking output for the pipe

2012-03-19 Thread Bill Spitzak
On 03/19/2012 01:57 AM, Pekka Paalanen wrote: --- a/src/connection.c +++ b/src/connection.c @@ -277,8 +277,7 @@ wl_connection_data(struct wl_connection *connection, uint32_t mask) msg.msg_flags = 0; do { - len = sendmsg(connection->fd,&msg,

Re: [PATCH 4/5] Use blocking output for the pipe

2012-03-19 Thread Pekka Paalanen
On Sun, 18 Mar 2012 22:56:21 -0700 spit...@gmail.com wrote: > From: Bill Spitzak > > It certainly looks like this message must be sent! > --- > src/connection.c |3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/src/connection.c b/src/connection.c > index 1f707ed..

[PATCH 4/5] Use blocking output for the pipe

2012-03-18 Thread spitzak
From: Bill Spitzak It certainly looks like this message must be sent! --- src/connection.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/connection.c b/src/connection.c index 1f707ed..9f78c85 100644 --- a/src/connection.c +++ b/src/connection.c @@ -277,8 +277,7 @