-
- Downloads
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>
Showing
- changelog 7 additions, 0 deletionschangelog
- lib/libwebsockets.c 46 additions, 71 deletionslib/libwebsockets.c
- lib/libwebsockets.h 43 additions, 8 deletionslib/libwebsockets.h
- libwebsockets-api-doc.html 56 additions, 46 deletionslibwebsockets-api-doc.html
- test-server/test-client.c 10 additions, 6 deletionstest-server/test-client.c
- test-server/test-echo.c 17 additions, 12 deletionstest-server/test-echo.c
- test-server/test-fraggle.c 16 additions, 12 deletionstest-server/test-fraggle.c
- test-server/test-ping.c 10 additions, 6 deletionstest-server/test-ping.c
- test-server/test-server.c 20 additions, 13 deletionstest-server/test-server.c
Loading
Please register or sign in to comment