bglibs
include
bglibs
bglibs
bglibs
bglibs/bglibs/bglibs/trigger.h
1
#ifndef BGLIBS__UNIX__TRIGGER__H__
2
#define BGLIBS__UNIX__TRIGGER__H__
3
4
#include "sysdeps.h"
5
31
extern
int
trigger_set
(iopoll_fd* io,
const
char
* path);
32
35
#define trigger_pulled(IO) ((IO)->revents)
36
37
extern
void
trigger_pull
(
const
char
* path);
38
41
#endif
trigger_pull
void trigger_pull(const char *path)
Definition:
trigger_pull.c:7
trigger_set
int trigger_set(iopoll_fd *io, const char *path)
Definition:
trigger_set.c:13
Generated on Sat Jun 17 2023 17:23:27 for bglibs by
1.9.4