summaryrefslogtreecommitdiff
path: root/source4/lib/com/com.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/com/com.h')
-rw-r--r--source4/lib/com/com.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/com/com.h b/source4/lib/com/com.h
index 97841e14c3..0a26a568b0 100644
--- a/source4/lib/com/com.h
+++ b/source4/lib/com/com.h
@@ -26,6 +26,7 @@ struct IUnknown_vtable;
struct com_context
{
struct dcom_client_context *dcom;
+ struct event_context *event_ctx;
};
typedef struct IUnknown *(*get_class_object_function) (const struct GUID *clsid);