mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
Move rbtree.[ch] to lib/util.
This commit is contained in:
parent
1d0cda2f03
commit
a52e729f30
@ -23,6 +23,7 @@ LIBSAMBA-UTIL_OBJ_FILES = $(addprefix $(libutilsrcdir)/, \
|
||||
mutex.o \
|
||||
idtree.o \
|
||||
become_daemon.o \
|
||||
rbtree.o \
|
||||
params.o)
|
||||
|
||||
PUBLIC_HEADERS += $(addprefix $(libutilsrcdir)/, util.h \
|
||||
|
@ -312,7 +312,7 @@ LIBSAMBAUTIL_OBJ = @LIBTALLOC_STATIC@ \
|
||||
LIB_OBJ = $(LIBSAMBAUTIL_OBJ) \
|
||||
lib/messages.o librpc/gen_ndr/ndr_messaging.o lib/messages_local.o \
|
||||
lib/messages_ctdbd.o lib/packet.o lib/ctdbd_conn.o lib/talloc_stack.o \
|
||||
lib/interfaces.o lib/rbtree.o lib/memcache.o \
|
||||
lib/interfaces.o ../lib/util/rbtree.o lib/memcache.o \
|
||||
lib/util_transfer_file.o lib/async_req.o \
|
||||
lib/async_sock.o \
|
||||
$(TDB_LIB_OBJ) \
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "rbtree.h"
|
||||
#include "../lib/util/rbtree.h"
|
||||
|
||||
#define DBWRAP_RBT_ALIGN(_size_) (((_size_)+15)&~15)
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "memcache.h"
|
||||
#include "rbtree.h"
|
||||
#include "../lib/util/rbtree.h"
|
||||
|
||||
static struct memcache *global_cache;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user