document TODOs

This commit is contained in:
Christian Grothoff 2015-01-21 14:01:46 +01:00
parent 031935996d
commit 2ef511eece
2 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,8 @@
* - /deposit: properly check existing deposits * - /deposit: properly check existing deposits
* - /deposit: properly perform commit (check return value) * - /deposit: properly perform commit (check return value)
* - /deposit: check for leaks * - /deposit: check for leaks
* - ALL: check API: given structs are usually not perfect, as they
* often contain too many fields for the context
*/ */
#include "platform.h" #include "platform.h"
#include <pthread.h> #include <pthread.h>

View File

@ -19,6 +19,10 @@
* @author Florian Dold * @author Florian Dold
* @author Benedikt Mueller * @author Benedikt Mueller
* @author Christian Grothoff * @author Christian Grothoff
*
* TODO:
* - separate key management into a file separate from
* /keys handling (to fit other handlers)
*/ */
#include "platform.h" #include "platform.h"
#include <gnunet/gnunet_util_lib.h> #include <gnunet/gnunet_util_lib.h>