From 021af9e01ce6c6376534b33ef1a06ea4189028d4 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Sun, 8 May 2016 16:23:24 +0200 Subject: lib: changed SHM_AP_RBUFF to SHM_AP_RBUFF_PREFIX This better reflects the use as the pid is appended to that name. --- 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 070542b0..0ee3e81e 100644 --- a/include/ouroboros/shm_ap_rbuff.h +++ b/include/ouroboros/shm_ap_rbuff.h @@ -25,7 +25,7 @@ #define OUROBOROS_SHM_AP_RBUFF_H #ifndef SHM_AP_RBUFF -#define SHM_AP_RBUFF "ouroboros_rb_" +#define SHM_AP_RBUFF_PREFIX "ouroboros_rb_" #endif #ifndef SHM_RBUFF_SIZE -- cgit v1.2.3