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 perform commit (check return value)
* - /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 <pthread.h>

View File

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