Commits

Andy Green authored 13ae9927a34
lws_dll[2]_foreach_safe: add user cb param The callback flow is a bit more disruptive than doing the iteration directly in your function. This helps by passing a user void * into the callback set as an lws_dll[2]_foreach_safe() arg.