support for putting content into the DHT More...
#include "gnunet-service-fs.h"
Go to the source code of this file.
Functions | |
void | GSF_put_init_ (void) |
Setup the module. More... | |
void | GSF_put_done_ (void) |
Shutdown the module. More... | |
support for putting content into the DHT
Definition in file gnunet-service-fs_put.h.
void GSF_put_init_ | ( | void | ) |
Setup the module.
Definition at line 244 of file gnunet-service-fs_put.c.
References PutOperator::dht_put_type, PutOperator::dht_task, gather_dht_put_blocks(), GNUNET_BLOCK_TYPE_ANY, GNUNET_SCHEDULER_add_now(), and operators.
Referenced by run().
void GSF_put_done_ | ( | void | ) |
Shutdown the module.
Definition at line 262 of file gnunet-service-fs_put.c.
References PutOperator::dht_put, PutOperator::dht_put_type, PutOperator::dht_qe, PutOperator::dht_task, GNUNET_BLOCK_TYPE_ANY, GNUNET_DATASTORE_cancel(), GNUNET_DHT_put_cancel(), GNUNET_SCHEDULER_cancel(), and operators.
Referenced by shutdown_task().