![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
#include "listener_internal_types.h"
Go to the source code of this file.
Functions | |
void | ListenerCmd_NotifyCaller (listener *l, int fd) |
Notify the listener's caller that a command has completed. More... | |
void | ListenerCmd_CheckIncomingMessages (listener *l, int *res) |
Process incoming commands, if any. More... | |
void ListenerCmd_NotifyCaller | ( | listener * | l, |
int | fd | ||
) |
Notify the listener's caller that a command has completed.
Definition at line 42 of file listener_cmd.c.
References listener::bus, BUS_LOG_SNPRINTF, LISTENER_MSG_TAG, ListenerTask_GetBackpressure(), LOG_LISTENER, syscall_write(), and bus::udata.
void ListenerCmd_CheckIncomingMessages | ( | listener * | l, |
int * | res | ||
) |
Process incoming commands, if any.
Definition at line 73 of file listener_cmd.c.
References listener::bus, BUS_LOG_SNPRINTF, listener::fds, INCOMING_MSG_PIPE_ID, LISTENER_CMD_BUF_SIZE, LOG_LISTENER, msg_handler(), listener::msgs, syscall_read(), and bus::udata.