X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=HACKING;h=ecd9e6adb1b8769c3eea63d570173eb234dd7edb;hb=22d82e8715bb04cfc53fa732b270405ef290d165;hp=535d4498f1542528b63f55632eea6cdc81caf108;hpb=f7b5b476ba55ee45fefff22777f525cc81b4cae8;p=oweals%2Fgnunet.git diff --git a/HACKING b/HACKING index 535d4498f..ecd9e6adb 100644 --- a/HACKING +++ b/HACKING @@ -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!)