X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=plm_dbtool.c;h=3b551fcd5e36ab68e227a0364e1fa6e9b3fc877c;hp=4597e15c71ab5747a8730c91d48e71a43a31ae40;hb=4c9c14ef6dec05d198a2e3c26dfce15ff25ea8ba;hpb=c5517c98d28a74a89086b0641e3633d16eaf9df7 diff --git a/plm_dbtool.c b/plm_dbtool.c index 4597e15c..3b551fcd 100644 --- a/plm_dbtool.c +++ b/plm_dbtool.c @@ -25,10 +25,17 @@ #include "string.h" #include "ipc.h" +/** + * structure used for transmission of the playlist + * + * There's one such struct which gets initialized during startup. It lives in + * shared memory and is used by com_lpl(). + */ struct plm_client_data { - size_t size; /** allocated and set by com_lpl() (child) */ int shm_id; +/** the size of the shared memory area identified by \a shm_id */ + size_t size; /** initially locked, gets unlocked by parent when it is done */ int mutex; /** return value, set by parent */