commit | 9e4c2b6e35fa1154c45f2155089e70deb4f87125 | [log] [tgz] |
---|---|---|
author | Andy Green <andy@warmcat.com> | Mon Mar 07 20:47:39 2011 +0000 |
committer | Andy Green <andy@warmcat.com> | Mon Mar 07 20:47:39 2011 +0000 |
tree | 9946310ebc74318dc0b37020b465738c082d2d0d | |
parent | 58eaa74fd011a8a7284e6418ead44dd4622373d0 [diff] |
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>