diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-04-21 13:29:22 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-04-21 13:29:22 +0000 |
commit | ef98e4c68e05e88ced677d66b9e5b57a382df70d (patch) | |
tree | 64f88544acb7180ba2ca639050059bbb01252e65 /src/fs/gnunet-service-fs_pr.h | |
parent | 8b23412a0e353778e83b370260e40d63a18c3927 (diff) |
fix
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.h')
-rw-r--r-- | src/fs/gnunet-service-fs_pr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h index b546fc1abb..fa3c51ffdb 100644 --- a/src/fs/gnunet-service-fs_pr.h +++ b/src/fs/gnunet-service-fs_pr.h @@ -158,6 +158,7 @@ struct GSF_PendingRequestData * expiration. * * @param cls user-specified closure + * @param eval evaluation of the result * @param pr handle to the original pending request * @param expiration when does 'data' expire? * @param type type of the block @@ -165,6 +166,7 @@ struct GSF_PendingRequestData * @param data_len number of bytes in data */ typedef void (*GSF_PendingRequestReplyHandler)(void *cls, + enum GNUNET_BLOCK_EvaluationResult eval, struct GSF_PendingRequest *pr, struct GNUNET_TIME_Absolute expiration, enum GNUNET_BLOCK_Type type, |