summaryrefslogtreecommitdiffstats
path: root/src/providers/data_provider.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-01-21 12:35:25 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-01-27 09:02:01 -0500
commit6748486d61680426e8739bb5e7db7dd8409ef44c (patch)
tree9e7a1f1f4a5ad3c794f87dfd2f22bdafa8ff1b80 /src/providers/data_provider.h
parentcc7ee57f3adada83ac657e69636ca995d5b6948e (diff)
downloadsssd-6748486d61680426e8739bb5e7db7dd8409ef44c.tar.gz
sssd-6748486d61680426e8739bb5e7db7dd8409ef44c.tar.xz
sssd-6748486d61680426e8739bb5e7db7dd8409ef44c.zip
DP: Add support for services in dp requests
Diffstat (limited to 'src/providers/data_provider.h')
-rw-r--r--src/providers/data_provider.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/data_provider.h b/src/providers/data_provider.h
index 1b055e39d..fb61c730a 100644
--- a/src/providers/data_provider.h
+++ b/src/providers/data_provider.h
@@ -136,6 +136,7 @@
#define BE_REQ_GROUP 0x0002
#define BE_REQ_INITGROUPS 0x0003
#define BE_REQ_NETGROUP 0x0004
+#define BE_REQ_SERVICES 0x0005
#define BE_REQ_FAST 0x1000
/* AUTH related common data and functions */