Adjust thread index type to uint16 for future expansion & Organize stellar directory files
This commit is contained in:
@@ -9,7 +9,7 @@ extern "C"
|
||||
#include "packet_io.h"
|
||||
|
||||
struct dumpfile_io;
|
||||
struct dumpfile_io *dumpfile_io_new(const char *directory, uint8_t nr_threads);
|
||||
struct dumpfile_io *dumpfile_io_new(const char *directory, uint16_t nr_threads);
|
||||
void dumpfile_io_free(struct dumpfile_io *handle);
|
||||
|
||||
int dumpfile_io_init(struct dumpfile_io *handle, uint16_t thr_idx);
|
||||
|
||||
Reference in New Issue
Block a user