output_buffer: only realloc once, and memset just what we need
[fio.git] / lib / linux-dev-lookup.h
1 #ifndef LINUX_DEV_LOOKUP
2 #define LINUX_DEV_LOOKUP
3
4 int blktrace_lookup_device(const char *redirect, char *path, unsigned int maj,
5                            unsigned int min);
6
7 #endif