Skip to content
Snippets Groups Projects
Commit 00c6d157 authored by Andy Green's avatar Andy Green
Browse files

public api remove context from user callback API BREAK


Since struct lws (wsi) now has his own context pointer,
we were able to remove the need for passing context
almost everywhere in the apis.

In turn, that means there's no real use for context being
passed to every callback; in the rare cases context is
needed user code can get it with lws_get_ctx(wsi)

Signed-off-by: default avatarAndy Green <andy.green@linaro.org>
parent 375a193f
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment