Update commonfs.h

part of the fix for #107
This commit is contained in:
Dan Cristian
2016-01-14 23:48:49 +02:00
parent c5fc4b9bb3
commit cea231420e
+1
View File
@@ -11,6 +11,7 @@ typedef enum { false, true } bool;
#define DBG_LEVEL_EXT 1
#define DBG_LEVEL_EXTALL 2
#define INT_CHAR_LEN 16
#define MD5_DIGEST_HEXA_STRING_LEN (2 * MD5_DIGEST_LENGTH + 1)
// utimens support
#define HEADER_TEXT_MTIME "X-Object-Meta-Mtime"