Skip to content
Snippets Groups Projects
Commit 20fcd1d3 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Reorganized source files.

- Data structures moved to new directory lib/

refs #288
parent 4bc92f5b
No related branches found
No related tags found
No related merge requests found
......@@ -9,16 +9,9 @@ src/hash/universal-system.c
src/hash/universal-system.h
src/other/print.c
src/other/print.h
src/other/tree.h
src/other/bitset.h
src/other/bitset.c
src/other/log.h
src/other/log.c
src/other/debug.h
src/other/dynamic-array.h
src/other/dynamic-array.c
src/other/skip-list.h
src/other/skip-list.c
src/server/socket.c
src/server/socket.h
src/server/name-server.c
......@@ -35,6 +28,13 @@ src/stat/gatherer.h
src/stat/gatherer.c
src/stat/stat.h
src/stat/stat.c
src/lib/dynamic-array.h
src/lib/dynamic-array.c
src/lib/skip-list.h
src/lib/skip-list.c
src/lib/tree.h
src/lib/bitset.h
src/lib/bitset.c
src/dnslib/dname.h
src/dnslib/dname.c
src/dnslib/rrset.h
......
......@@ -9,7 +9,7 @@ COL_CYAN = \033[01;36m
COL_WHITE = \033[01;37m
COL_END = \033[0m
INC_DIRS = obj/ src/ src/hash/ src/dns/ src/other/ src/server/ src/zoneparser/ src/tests src/tests/libtap src/dnslib/ src/stat src/alloc/
INC_DIRS = obj/ src/ src/hash/ src/dns/ src/other/ src/server/ src/zoneparser/ src/tests src/tests/libtap src/dnslib/ src/stat src/alloc/ src/lib/
SRC_DIRS = src/
TESTS_DIR = src/tests/
ZONEC_DIR = src/zoneparser/
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment