diff options
Diffstat (limited to 'lib/intel_allocator_msgchannel.h')
-rw-r--r-- | lib/intel_allocator_msgchannel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/intel_allocator_msgchannel.h b/lib/intel_allocator_msgchannel.h index ef129c30..cefbf4ce 100644 --- a/lib/intel_allocator_msgchannel.h +++ b/lib/intel_allocator_msgchannel.h @@ -140,6 +140,7 @@ struct alloc_resp { }; struct msg_channel { + bool ready; void *priv; void (*init)(struct msg_channel *channel); void (*deinit)(struct msg_channel *channel); |