diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-05-08 16:23:24 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-05-08 16:23:24 +0200 |
commit | 021af9e01ce6c6376534b33ef1a06ea4189028d4 (patch) | |
tree | 93a02e1b20f54bb869eadc856f201412c633315c /include | |
parent | 7d0fcf6392be6a738d0ba7450b62f8c48062279a (diff) | |
download | ouroboros-021af9e01ce6c6376534b33ef1a06ea4189028d4.tar.gz ouroboros-021af9e01ce6c6376534b33ef1a06ea4189028d4.zip |
lib: changed SHM_AP_RBUFF to SHM_AP_RBUFF_PREFIX
This better reflects the use as the pid is appended to that name.
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/shm_ap_rbuff.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |