shared memory queue



Hello.

I have a problem that I need an GAsyncQueue shared among multiple
processes.
If I allocate a structure with shared memory and then allocate the
GAsyncQueue with g_async_queue_new() to a structure member, is the queue
shared or not? And if not, is there a way to do this?

Greets,
Luka


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]