GNUnet  0.20.0
021.c File Reference

Go to the source code of this file.

Functions

static enum GNUNET_BLOCK_EvaluationResult block_plugin_SERVICE_evaluate (void *cls, enum GNUNET_BLOCK_Type type, struct GNUNET_BlockGroup *bg, const GNUNET_HashCode *query, const void *xquery, size_t xquery_size, const void *reply_block, size_t reply_block_size)
 

Function Documentation

◆ block_plugin_SERVICE_evaluate()

static enum GNUNET_BLOCK_EvaluationResult block_plugin_SERVICE_evaluate ( void *  cls,
enum GNUNET_BLOCK_Type  type,
struct GNUNET_BlockGroup *  bg,
const GNUNET_HashCode query,
const void *  xquery,
size_t  xquery_size,
const void *  reply_block,
size_t  reply_block_size 
)
static

Definition at line 1 of file 021.c.

10 {
11  // Verify type, block and bg
12 }