From aa0eac4f93b80537d02123715842d594a8ff3aad Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Thu, 6 Oct 2016 17:05:46 +0200 Subject: lib: Fix shutdown with pending SDUs The SDU's were not correctly removed upon shutdown, peek should be pop. --- include/ouroboros/shm_ap_rbuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ouroboros/shm_ap_rbuff.h b/include/ouroboros/shm_ap_rbuff.h index 89d9876d..dd82c01c 100644 --- a/include/ouroboros/shm_ap_rbuff.h +++ b/include/ouroboros/shm_ap_rbuff.h @@ -49,7 +49,7 @@ int shm_ap_rbuff_write(struct shm_ap_rbuff * rb, struct rb_entry * shm_ap_rbuff_read(struct shm_ap_rbuff * rb); -int shm_ap_rbuff_peek_idx(struct shm_ap_rbuff * rb); +int shm_ap_rbuff_pop_idx(struct shm_ap_rbuff * rb); int shm_ap_rbuff_peek_b(struct shm_ap_rbuff * rb, bool * set, -- cgit v1.2.3