GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
gensio_set_callback(3) FreeBSD Library Functions Manual gensio_set_callback(3)

gensio_set_callback, gensio_get_user_data, gensio_set_user_data - Set the event callback and user data for a gensio

#include <gensio/gensio.h>


gensio_event cb, void *user_data)

gensio_set_callback sets the event handler and data for the gensio. This must be done in the GENSIO_ACC_EVENT_NEW_CONNECTION event from a gensio_accepter before any other operation is done on the gensio. The only exception is that gensio_close may be called with callbacks not set. This function may be called again if the gensio cannot generate any callbacks, generally after it has been closed. Otherwise race conditions may occur.

gensio_set_user_data Just sets the user_data field in the gensio. If this is called when the gensio is running, race conditions may occur.

gensio_get_user_data Return the user data passed in with the gensio was created or set by one of the above two functions.

gensio(5), gensio_event(3), gensio_accepter_event(3)

23 Feb 2019

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.