summaryrefslogtreecommitdiffstats
path: root/src/fuse/helper.h
diff options
context:
space:
mode:
authorSebastian2016-02-10 21:14:40 +0100
committerSebastian2016-02-11 00:09:39 +0100
commit34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e (patch)
treea1f8bc19d7ae76ea00622edd65bb2676d624ba05 /src/fuse/helper.h
parent[SHARED] signal.h -> fdsignal.h (diff)
downloaddnbd3-34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e.tar.gz
dnbd3-34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e.tar.xz
dnbd3-34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e.zip
cleanup commits
Diffstat (limited to 'src/fuse/helper.h')
-rw-r--r--src/fuse/helper.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/fuse/helper.h b/src/fuse/helper.h
index c0c70c7..94218a9 100644
--- a/src/fuse/helper.h
+++ b/src/fuse/helper.h
@@ -1,14 +1,13 @@
#ifndef IMAGEHELPER_H
#define IMAGEHELPER_H
+#include "../types.h"
+
#include <netdb.h>
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
-#include "../types.h"
-
-
typedef struct log_info {
uint64_t imageSize;
uint64_t receivedBytes;