document TODOs
This commit is contained in:
parent
031935996d
commit
2ef511eece
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user