Exemple #1
0
void fullscrape_deliver( int64 sock, ot_tasktype tasktype ) {
  mutex_workqueue_pushtask( sock, tasktype );
}
Exemple #2
0
void stats_deliver( int64 sock, int tasktype ) {
  mutex_workqueue_pushtask( sock, tasktype );
}
Exemple #3
0
void clean_all_torrents( ) {
  mutex_workqueue_pushtask( 0, TASK_CLEAN );
}