summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-12-15 16:24:25 +0100
committerJakub Hrozek <jhrozek@redhat.com>2012-12-18 17:29:59 +0100
commitc65afc26d85589ab58d31878559d6c0bc4139f73 (patch)
treea5c0a4e5c98e8c69459ce44de721fec9fbc9ce9f /src/responder/nss/nsssrv.h
parent286b1154bf1fd741463963899b2ae9a5260e9363 (diff)
downloadsssd-c65afc26d85589ab58d31878559d6c0bc4139f73.tar.gz
sssd-c65afc26d85589ab58d31878559d6c0bc4139f73.tar.xz
sssd-c65afc26d85589ab58d31878559d6c0bc4139f73.zip
RESPONDERS: Create a common file with service names and versions
The monitor sends calls different sbus methods to different responders. Instead of including headers of the particular responders directly in monitor, which breaks layering a little, create a common header file that will be included from src/responder/common/
Diffstat (limited to 'src/responder/nss/nsssrv.h')
-rw-r--r--src/responder/nss/nsssrv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/responder/nss/nsssrv.h b/src/responder/nss/nsssrv.h
index a8b2c3c97..de15f53ec 100644
--- a/src/responder/nss/nsssrv.h
+++ b/src/responder/nss/nsssrv.h
@@ -33,9 +33,6 @@
#include "responder/common/responder_packet.h"
#include "responder/common/responder.h"
-#define NSS_SBUS_SERVICE_VERSION 0x0001
-#define NSS_SBUS_SERVICE_NAME "nss"
-
#define NSS_PACKET_MAX_RECV_SIZE 1024
struct getent_ctx;