aboutsummaryrefslogtreecommitdiff
path: root/io/chunk_file.h
diff options
context:
space:
mode:
authorcloudygoose <cloudygooseg@gmail.com>2015-06-05 21:40:45 +0800
committercloudygoose <cloudygooseg@gmail.com>2015-06-05 21:40:45 +0800
commit5b4cc22736ade93f4d8348513c4a35f6a9f9be04 (patch)
tree255fbddedcdb25b88f4a70268cb6b1ffbaa5afed /io/chunk_file.h
parent90f2b7c257c286e6c52432ed43807f332d97cc7e (diff)
parent37af4bed9c3680fdb9db569605f15013e9b6b64d (diff)
...
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'io/chunk_file.h')
-rw-r--r--io/chunk_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/io/chunk_file.h b/io/chunk_file.h
index 9ece117..9bae59d 100644
--- a/io/chunk_file.h
+++ b/io/chunk_file.h
@@ -8,6 +8,7 @@ extern const char *nerv_chunk_data_tname;
typedef struct ChunkFileHandle {
FILE *fp;
+ int closed;
} ChunkFileHandle;
typedef struct ChunkInfo {