From dad3296f64eb16c6b1bfb269f3818108fa25bcee Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Wed, 6 Jan 2010 12:54:09 +0100 Subject: [PATCH] expose SIPC_TYPE flags --- lib/ipc/heim-ipc.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ipc/heim-ipc.h b/lib/ipc/heim-ipc.h index 5b9fab80d..6fbf309f7 100644 --- a/lib/ipc/heim-ipc.h +++ b/lib/ipc/heim-ipc.h @@ -95,6 +95,10 @@ heim_ipc_async(heim_ipc, const heim_idata *, void *, void (*func)(void *, int, h /* server */ +#define HEIM_SIPC_TYPE_IPC 1 +#define HEIM_SIPC_TYPE_UINT32 2 +#define HEIM_SIPC_TYPE_HTTP 4 + typedef void (*heim_ipc_complete)(heim_sipc_call, int, heim_idata *);