diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/shm_ap_rbuff.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ouroboros/shm_ap_rbuff.h b/include/ouroboros/shm_ap_rbuff.h index 0ececf88..99c5a423 100644 --- a/include/ouroboros/shm_ap_rbuff.h +++ b/include/ouroboros/shm_ap_rbuff.h @@ -47,7 +47,8 @@ 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(); +struct rb_entry * shm_ap_rbuff_read(struct shm_ap_rbuff * rb); +ssize_t shm_ap_rbuff_read_port(struct shm_ap_rbuff * rb, + int port_id); #endif /* OUROBOROS_SHM_AP_RBUFF_H */ |