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:
parent
78e6d45f78
commit
d8cf6e72ee
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue