Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Signals | |
void | polled (void) |
Protected Member Functions | |
GLibPoller (GMainContext *context) | |
void | run () override |
Protected Attributes | |
QMutex | mutex_ |
QWaitCondition | dispatched_ |
GMainContext * | ctx_ |
int | priority_ |
GPollFD * | fds_ |
int | allocated_fds_ |
int | nfds_ |
Friends | |
class | GLibMainloopOnQEventLoop |