summaryrefslogtreecommitdiffstats
path: root/common/elapi/elapi_sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/elapi/elapi_sink.h')
-rw-r--r--common/elapi/elapi_sink.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/elapi/elapi_sink.h b/common/elapi/elapi_sink.h
index b72872136..03e681a51 100644
--- a/common/elapi/elapi_sink.h
+++ b/common/elapi/elapi_sink.h
@@ -32,11 +32,6 @@
#define SINK_ENTRY_POINT "get_sink_info"
#define SINK_NAME_TEMPLATE "libelapi_sink_%s.so"
-/* Flags related to loading sinks */
-#define SINK_FLAG_NO_LIMIT 0x00000000 /* NO limits to loading and manipulating this sink - default */
-#define SINK_FLAG_LOAD_SINGLE 0x00000001 /* Only allow one instance of the provider per process */
-
-
/* Log facility callbacks */
/* FIXME - the signatures need to take into the account async processing */
typedef int (*init_fn)(void **priv_ctx,