7#ifndef CONCORD_NOTIFIER_H
8#define CONCORD_NOTIFIER_H
CCORDcode ccord_notifier_open(int pipe[2])
Open notifier pipe.
_Bool ccord_notifier_is_notifying(int pipe[2])
Whether or not pipe is currently notifying fds.
void ccord_notifier_close(int pipe[2])
Close notifier pipe.
int ccord_notifier_listen(const int pipe[2])
Receive a listener for pipe notifications.
void ccord_notifier_notify(int pipe[2])
Notify fds listening to pipe.
int CCORDcode
Concord error codes.
Definition: concord-error.h:11