change context creation params to struct
authorAndy Green <andy.green@linaro.org>
Sat, 9 Feb 2013 06:01:09 +0000 (14:01 +0800)
committerAndy Green <andy.green@linaro.org>
Sat, 9 Feb 2013 06:01:09 +0000 (14:01 +0800)
commit1b26527e7231e8105e726fde740396b8ef1d1519
tree69d04dc05f4599390f925a13c7644e4866196f02
parent0480f6420ccd5b654835db009bbd2be46bc28e88
change context creation params to struct

*** This patch changes an API all apps use ***

Context creation parameters are getting a bit out of control, this
patch creates a struct to contain them.

All the test apps are updated accordingly.

Signed-off-by: Andy Green <andy.green@linaro.org>
changelog
lib/libwebsockets.c
lib/libwebsockets.h
libwebsockets-api-doc.html
test-server/test-client.c
test-server/test-echo.c
test-server/test-fraggle.c
test-server/test-ping.c
test-server/test-server.c