diff options
| author | Albert Cervin <albert@acervin.com> | 2023-05-24 23:28:09 +0200 |
|---|---|---|
| committer | Albert Cervin <albert@acervin.com> | 2023-05-24 23:28:09 +0200 |
| commit | f2614efe03e04575e1b9ded663a553557452c7ae (patch) | |
| tree | de8d8a538cec3595fcb716d413fa3bf4f68e173c /src/dged/reactor.h | |
| parent | 4f3b576db6b01c8c88076985478e2a7fa37be340 (diff) | |
| download | dged-f2614efe03e04575e1b9ded663a553557452c7ae.tar.gz dged-f2614efe03e04575e1b9ded663a553557452c7ae.tar.xz dged-f2614efe03e04575e1b9ded663a553557452c7ae.zip | |
Formatting changes
Diffstat (limited to 'src/dged/reactor.h')
| -rw-r--r-- | src/dged/reactor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dged/reactor.h b/src/dged/reactor.h index 1fa014d..39a94a9 100644 --- a/src/dged/reactor.h +++ b/src/dged/reactor.h @@ -24,7 +24,8 @@ void reactor_update(struct reactor *reactor); bool reactor_poll_event(struct reactor *reactor, uint32_t ev_id); uint32_t reactor_register_interest(struct reactor *reactor, int fd, enum interest interest); -uint32_t reactor_watch_file(struct reactor *reactor, const char *path, uint32_t mask); +uint32_t reactor_watch_file(struct reactor *reactor, const char *path, + uint32_t mask); void reactor_unwatch_file(struct reactor *reactor, uint32_t id); bool reactor_next_file_event(struct reactor *reactor, struct file_event *out); void reactor_unregister_interest(struct reactor *reactor, uint32_t ev_id); |
