summaryrefslogtreecommitdiff
path: root/src/lib/eio/eio_sentry_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/eio/eio_sentry_private.h')
-rw-r--r--src/lib/eio/eio_sentry_private.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lib/eio/eio_sentry_private.h b/src/lib/eio/eio_sentry_private.h
new file mode 100644
index 0000000000..ade192fdf7
--- /dev/null
+++ b/src/lib/eio/eio_sentry_private.h
@@ -0,0 +1,13 @@
+#ifndef _EIO_SENTRY_PRIVATE_H
+#define _EIO_SENTRY_PRIVATE_H
+
+typedef struct _Eio_Sentry_Data Eio_Sentry_Data;
+
+struct _Eio_Sentry_Data
+{
+ Eo *object;
+ Eina_Hash *targets;
+ Eina_Bool handlers_initialized;
+};
+
+#endif