aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-01 08:46:27 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-01 08:46:27 +0000
commit11a2d8cd5b619a0fea63e766585c6ec4687a0707 (patch)
tree0b18ea0e567fd7bf5ca50b5994df5abe1ba77d95 /HACKING
parent9b986bcca579585f4f113d22b7c841a2ab28de0c (diff)
downloadgnunet-11a2d8cd5b619a0fea63e766585c6ec4687a0707.tar.gz
gnunet-11a2d8cd5b619a0fea63e766585c6ec4687a0707.zip
renaming gnunet-nat-server/client for consistency, other minor fixes
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING9
1 files changed, 9 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 535d4498f..ecd9e6adb 100644
--- a/HACKING
+++ b/HACKING
@@ -14,6 +14,15 @@ include files:
14 * gettext.h --- external library 14 * gettext.h --- external library
15 15
16 16
17binaries:
18- gnunet-service-xxx: service process (has listen socket)
19- gnunet-daemon-xxx: daemon process (no listen socket)
20- gnunet-helper-xxx[-yyy]: SUID helper for module xxx
21- gnunet-yyy: command-line tool for end-users
22- libgnunet_plugin_xxx_yyy.so: plugin for API xxx
23- libgnunetxxx.so: library for API xxx
24
25
17configuration: 26configuration:
18- paths (that are substituted in all filenames) are in PATHS (have as few as possible) 27- paths (that are substituted in all filenames) are in PATHS (have as few as possible)
19- globals for the daemon are in [gnunetd] (for now, have as few as possible!) 28- globals for the daemon are in [gnunetd] (for now, have as few as possible!)