summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2016-05-08 16:23:24 +0200
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2016-05-08 16:23:24 +0200
commit021af9e01ce6c6376534b33ef1a06ea4189028d4 (patch)
tree93a02e1b20f54bb869eadc856f201412c633315c /include
parent7d0fcf6392be6a738d0ba7450b62f8c48062279a (diff)
downloadouroboros-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.h2
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