aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.h
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2010-11-22 20:15:29 +0000
committerNils Durner <durner@gnunet.org>2010-11-22 20:15:29 +0000
commit4775f33e1c0b976d79bfe4918cafea88b5376592 (patch)
treece6be73e197bbfdd2d7c622c93b0dd671d88e296 /src/util/disk.h
parent1858f0b734b9c855a3852ae0a0d191329ca30df4 (diff)
downloadgnunet-4775f33e1c0b976d79bfe4918cafea88b5376592.tar.gz
gnunet-4775f33e1c0b976d79bfe4918cafea88b5376592.zip
named pipes
Diffstat (limited to 'src/util/disk.h')
-rw-r--r--src/util/disk.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/util/disk.h b/src/util/disk.h
index 3d52b9ec8..093d70492 100644
--- a/src/util/disk.h
+++ b/src/util/disk.h
@@ -40,8 +40,13 @@ struct GNUNET_DISK_FileHandle
40 * File handle under W32. 40 * File handle under W32.
41 */ 41 */
42 HANDLE h; 42 HANDLE h;
43 43
44#else /* */ 44 /**
45 * Type
46 */
47 enum {GNUNET_DISK_FILE, GNUNET_PIPE} type;
48#else
49
45 /** 50 /**
46 * File handle on other OSes. 51 * File handle on other OSes.
47 */ 52 */