aboutsummaryrefslogblamecommitdiffstats
path: root/include/collect.h
blob: 2f75f4ad393bf62faf47cc15f718b69cf55512b0 (plain) (tree)
1
2
3
4
5
6
7

            
                 
                                      


                                                                        
#pragma once

#include "main.h"
void *nfl_collect_worker(void *targs);
void nfl_state_init(nfl_state_t **nf, uint32_t id, uint32_t entries_max,
                    nfl_global_t *g);
void nfl_state_free(nfl_state_t *nf);