summaryrefslogtreecommitdiffstats
path: root/common/elapi/elapi_sink.h
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-09-03 19:13:43 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-09-08 19:26:42 -0400
commit717f368f86f160744e27a430d3b4ec2fd4c3bd64 (patch)
treed85b1fa2823163c91746ffe844439247d0a209dc /common/elapi/elapi_sink.h
parent13cf6a9c9d37a14ff46f6d512aab402616359570 (diff)
downloadsssd-717f368f86f160744e27a430d3b4ec2fd4c3bd64.tar.gz
sssd-717f368f86f160744e27a430d3b4ec2fd4c3bd64.tar.xz
sssd-717f368f86f160744e27a430d3b4ec2fd4c3bd64.zip
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.
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,