mongoose/docs/c-api/net.h/mg_mgr_init_opt.md
Marko Mikulicic fffb54e2c6 Implementing MG interfaces
PUBLISHED_FROM=46496c2d5340a0bbe4fe1c6c9ff187bc65d2d35f
2016-11-08 22:36:13 +00:00

374 B

title decl_name symbol_kind signature
mg_mgr_init_opt() mg_mgr_init_opt func void mg_mgr_init_opt(struct mg_mgr *mgr, void *user_data, struct mg_mgr_init_opts opts);

Like mg_mgr_init but with more options.

Notably, this allows you to create a manger and choose dynamically which networking interface implementation to use.