summaryrefslogtreecommitdiff
path: root/include/ouroboros/shm_ap_rbuff.h
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-05-20 17:49:26 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-05-20 17:49:26 +0200
commita5df21fd010d98e8f9f51ccd2aeae03a726e94b5 (patch)
tree301199d037c9c74bd683a2937fb49fc12e692cf6 /include/ouroboros/shm_ap_rbuff.h
parent303034090a9e8da6b096c1e61553dacaf359f187 (diff)
parentd32d7eae209f3ee09a690cc9adb6ea277e0d17aa (diff)
downloadouroboros-a5df21fd010d98e8f9f51ccd2aeae03a726e94b5.tar.gz
ouroboros-a5df21fd010d98e8f9f51ccd2aeae03a726e94b5.zip
Merged in dstaesse/ouroboros/be-fp (pull request #101)
lib: allow parallel connections
Diffstat (limited to 'include/ouroboros/shm_ap_rbuff.h')
-rw-r--r--include/ouroboros/shm_ap_rbuff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ouroboros/shm_ap_rbuff.h b/include/ouroboros/shm_ap_rbuff.h
index 956a9540..0ececf88 100644
--- a/include/ouroboros/shm_ap_rbuff.h
+++ b/include/ouroboros/shm_ap_rbuff.h
@@ -47,6 +47,7 @@ void shm_ap_rbuff_close(struct shm_ap_rbuff * rb);
void shm_ap_rbuff_destroy(struct shm_ap_rbuff * rb);
int shm_ap_rbuff_write(struct shm_ap_rbuff * rb,
struct rb_entry * e);
+int shm_ap_rbuff_peek(struct shm_ap_rbuff * rb);
struct rb_entry * shm_ap_rbuff_read();
#endif /* OUROBOROS_SHM_AP_RBUFF_H */