Home
last modified time | relevance | path

Searched defs:watch_handler (Results 1 – 1 of 1) sorted by relevance

/openbmc/boost-dbus/include/dbus/detail/
H A Dwatch_timeout.hpp19 struct watch_handler { struct
20 DBusWatchFlags flags;
21 DBusWatch *dbus_watch;
22 watch_handler(DBusWatchFlags f, DBusWatch *w) : flags(f), dbus_watch(w) {} in watch_handler() argument
23 void operator()(boost::system::error_code ec, size_t) { in operator ()()