From 717f368f86f160744e27a430d3b4ec2fd4c3bd64 Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Thu, 3 Sep 2009 19:13:43 -0400 Subject: ELAPI Laying foundation for the async processing A relatively small patch aligning headers and a small portion of code for upcoming implementation of the async event processing. Cleanup of the test config file. --- common/elapi/elapi_sink.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/elapi/elapi_sink.h') diff --git a/common/elapi/elapi_sink.h b/common/elapi/elapi_sink.h index b7287213..03e681a5 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, -- cgit