summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-06-17 13:58:41 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-06-17 15:40:51 -0400
commit232cd14eb47510c030c855f567168b9924a618fd (patch)
tree90cc9fdde2197b4e37d29e3bf00b3b3c818eed92 /src/responder/nss/nsssrv.h
parente559171130fa3fab278bfbd592315b0d7315c94e (diff)
downloadsssd_unused-232cd14eb47510c030c855f567168b9924a618fd.tar.gz
sssd_unused-232cd14eb47510c030c855f567168b9924a618fd.tar.xz
sssd_unused-232cd14eb47510c030c855f567168b9924a618fd.zip
Refactor the negative cache
Rename functions from nss_ncache_* to sss_ncache_* Move negative cache to responder/common and rename as negcache.c/h
Diffstat (limited to 'src/responder/nss/nsssrv.h')
-rw-r--r--src/responder/nss/nsssrv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/responder/nss/nsssrv.h b/src/responder/nss/nsssrv.h
index a6c66183..d53143dc 100644
--- a/src/responder/nss/nsssrv.h
+++ b/src/responder/nss/nsssrv.h
@@ -32,7 +32,6 @@
#include "sbus/sssd_dbus.h"
#include "responder/common/responder_packet.h"
#include "responder/common/responder.h"
-#include "responder/nss/nsssrv_nc.h"
#define NSS_SBUS_SERVICE_VERSION 0x0001
#define NSS_SBUS_SERVICE_NAME "nss"
@@ -45,7 +44,7 @@ struct nss_ctx {
struct resp_ctx *rctx;
int neg_timeout;
- struct nss_nc_ctx *ncache;
+ struct sss_nc_ctx *ncache;
int cache_refresh_percent;