1gensio_acc_startup(3) Library Functions Manual gensio_acc_startup(3)
2
3
4
6 gensio_acc_startup - Start a gensio accepter
7
9 #include <gensio/gensio.h>
10
11 int gensio_acc_startup(struct gensio_accepter *acc);
12
14 gensio_acc_startup starts the gensio accepter. A gensio accepter is
15 started not running, you must call this to start it up.
16
17 Unlike gensio_open this also enables events from the gensio accepter.
18
20 Zero is returned on success, or a gensio error on failure.
21
23 gensio_err(3), gensio(5), gensio_open(3)
24
25
26
27 27 Feb 2019 gensio_acc_startup(3)