Provided by: libgensio-dev_2.3.5-1build2_amd64 bug

NAME

       gensio_acc_startup - Start a gensio accepter

SYNOPSIS

       #include <gensio/gensio.h>

       int gensio_acc_startup(struct gensio_accepter *acc);

DESCRIPTION

       gensio_acc_startup  starts the gensio accepter.  A gensio accepter is started not running,
       you must call this to start it up.

       Unlike gensio_open this also enables events from the gensio accepter.

RETURN VALUES

       Zero is returned on success, or a gensio error on failure.

SEE ALSO

       gensio_err(3), gensio(5), gensio_open(3)

                                           27 Feb 2019                      gensio_acc_startup(3)