note on messy / duplicated code

This commit is contained in:
Christian Grothoff 2017-09-13 21:45:10 +02:00
parent 36a7ac723e
commit f440904f1b
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -19,6 +19,16 @@
* @author Florian Dold
* @author Benedikt Mueller
* @author Christian Grothoff
*
* TODO:
*
* - includes quite a bit of code duplication between
* cherry-picked and full /keys response generation
* - cherry-picked response generation is ugly/messy,
* partially because existing exchangedb API does not
* match nicely with requirements.
* => should revisit exchangedb API, and then clean up
* this mess.
*/
#include "platform.h"
#include <pthread.h>