X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ipc.h;h=c4dd1d7d620ca17d40371d712aa91ab764176c8c;hp=733cba6d83fd4b01e13ccf720013f56f9c2a3b3c;hb=434b32087a9e2d54ca88072ca798a703a2ff629f;hpb=c5517c98d28a74a89086b0641e3633d16eaf9df7 diff --git a/ipc.h b/ipc.h index 733cba6d..c4dd1d7d 100644 --- a/ipc.h +++ b/ipc.h @@ -1,5 +1,6 @@ /** \file ipc.h inter process communication and shared memory routines */ +/** possible values for shm_attach() */ enum shm_attach_mode {ATTACH_RO, ATTACH_RW}; int mutex_new(void);