]> git.sur5r.net Git - openldap/blob - servers/slapd/back-bdb/dbcache.c
1837ed4e1b4d85e0c4e486fff00cf50eef7cd0ca
[openldap] / servers / slapd / back-bdb / dbcache.c
1 /* dbcache.c - manage cache of open databases */
2 /* $OpenLDAP$ */
3 /*
4  * Copyright 1998-2001 The OpenLDAP Foundation, All Rights Reserved.
5  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
6  */
7
8 #include "portable.h"
9
10 #include <stdio.h>
11
12 #include <ac/errno.h>
13 #include <ac/socket.h>
14 #include <ac/string.h>
15 #include <ac/time.h>
16 #include <sys/stat.h>
17
18 #include "slap.h"
19 #include "back-bdb.h"
20
21 int
22 bdb_db_cache(
23     Backend     *be,
24     const char *name,
25         DB *db )
26 {
27         return -1;
28 }