Continue work on DST framework
This commit is contained in:
+2
-2
@@ -35,8 +35,8 @@ typedef struct {
|
||||
PendingDownloadList pending_download_list;
|
||||
} ChunkServer;
|
||||
|
||||
int chunk_server_init(ChunkServer *state, int argc, char **argv);
|
||||
int chunk_server_init(ChunkServer *state, int argc, char **argv, void **contexts, struct pollfd *polled);
|
||||
int chunk_server_free(ChunkServer *state);
|
||||
int chunk_server_step(ChunkServer *state);
|
||||
int chunk_server_step(ChunkServer *state, void **contexts, struct pollfd *polled, int num_polled);
|
||||
|
||||
#endif // CHUNK_SERVER_INCLUDED
|
||||
|
||||
Reference in New Issue
Block a user