mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-16 10:29:22 +08:00
15 lines
374 B
Markdown
15 lines
374 B
Markdown
|
---
|
||
|
title: "mg_mgr_init_opt()"
|
||
|
decl_name: "mg_mgr_init_opt"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
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.
|
||
|
|