diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/ouroboros/shm_rdrbuff.h | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/include/ouroboros/shm_rdrbuff.h b/include/ouroboros/shm_rdrbuff.h index b16e2530..c4e1e7b0 100644 --- a/include/ouroboros/shm_rdrbuff.h +++ b/include/ouroboros/shm_rdrbuff.h @@ -43,18 +43,16 @@ void                 shm_rdrbuff_close(struct shm_rdrbuff * rdrb);  void                 shm_rdrbuff_destroy(struct shm_rdrbuff * rdrb); -void *               shm_rdrbuff_sanitize(void * o); +void                 shm_rdrbuff_wait_full(struct shm_rdrbuff * rdrb);  /* returns the index of the buffer in the DU map */  ssize_t              shm_rdrbuff_write(struct shm_rdrbuff * rdrb, -                                       pid_t                dst_api,                                         size_t               headspace,                                         size_t               tailspace,                                         uint8_t *            data,                                         size_t               data_len);  ssize_t              shm_rdrbuff_write_b(struct shm_rdrbuff * rdrb, -                                         pid_t                dst_api,                                           size_t               headspace,                                           size_t               tailspace,                                           uint8_t *            data, | 
