1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

roles: update ./lib/roles/README.md context.x path

This commit is contained in:
Chengsheng Shen 2018-09-10 23:11:00 -07:00 committed by Andy Green
parent 78e6d45f78
commit d8cf6e72ee

View file

@ -113,7 +113,7 @@ struct lws_vhost_role_ws {
### Adding to lws available roles list
Edit the NULL-terminated array `available_roles` at the top of `./lib/context.c` to include
Edit the NULL-terminated array `available_roles` at the top of `./lib/core/context.c` to include
a pointer to your new role's ops struct, following the style already there.
```