Skip to content
Snippets Groups Projects
Commit b2d089e7 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

clean up a few things.

parent 428985c3
No related branches found
No related tags found
1 merge request!297Streaming io
......@@ -31,10 +31,10 @@
#include <unistd.h>
/* This object's header. */
#include "dump.h"
#include "../src/dump.h"
/* Local headers. */
#include "threadpool.h"
#include "../src/threadpool.h"
void dump_mapper(void *map_data, int num_elements, void *extra_data) {
struct dump *d = (struct dump *)extra_data;
......@@ -78,4 +78,7 @@ int main(int argc, char *argv[]) {
/* Finalize the dump. */
dump_close(&d);
/* Return a happy number. */
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment