kinetic-c  v0.12.0
Seagate Kinetic Protocol Client Library for C
Functions
listener_cmd.h File Reference
#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...
 

Function Documentation

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 
)