diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-07-01 08:46:27 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-07-01 08:46:27 +0000 |
commit | 11a2d8cd5b619a0fea63e766585c6ec4687a0707 (patch) | |
tree | 0b18ea0e567fd7bf5ca50b5994df5abe1ba77d95 /HACKING | |
parent | 9b986bcca579585f4f113d22b7c841a2ab28de0c (diff) |
renaming gnunet-nat-server/client for consistency, other minor fixes
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -14,6 +14,15 @@ include files: * gettext.h --- external library +binaries: +- gnunet-service-xxx: service process (has listen socket) +- gnunet-daemon-xxx: daemon process (no listen socket) +- gnunet-helper-xxx[-yyy]: SUID helper for module xxx +- gnunet-yyy: command-line tool for end-users +- libgnunet_plugin_xxx_yyy.so: plugin for API xxx +- libgnunetxxx.so: library for API xxx + + configuration: - paths (that are substituted in all filenames) are in PATHS (have as few as possible) - globals for the daemon are in [gnunetd] (for now, have as few as possible!) |