add separate server writeable and change naming to match rest of callbacks
authorAndy Green <andy@warmcat.com>
Mon, 7 Mar 2011 20:47:39 +0000 (20:47 +0000)
committerAndy Green <andy@warmcat.com>
Mon, 7 Mar 2011 20:47:39 +0000 (20:47 +0000)
commit9e4c2b6e35fa1154c45f2155089e70deb4f87125
tree9946310ebc74318dc0b37020b465738c082d2d0d
parent58eaa74fd011a8a7284e6418ead44dd4622373d0
add separate server writeable and change naming to match rest of callbacks

Notice that the naming is changed, the notification to a server that it can write to
the client is now called LWS_CALLBACK_SERVER_WRITEABLE, and the notification to a client
that it can write to a server is LWS_CALLBACK_CLIENT_WRITEABLE.

Signed-off-by: Andy Green <andy@warmcat.com>
lib/Makefile.in
lib/libwebsockets.c
lib/libwebsockets.h
test-server/test-server-extpoll.c
test-server/test-server.c