LRN: Fix automake deps to allow -j* builds again
[oweals/gnunet.git] / src / util / disk.h
index 093d7049266346b2f947a2c4a392bf9f3c260946..793b8219f6cece87200ec423f81d78e524633699 100644 (file)
@@ -45,6 +45,16 @@ struct GNUNET_DISK_FileHandle
    * Type
    */\r
   enum {GNUNET_DISK_FILE, GNUNET_PIPE} type;\r
+\r
+  /**\r
+   * Structure for overlapped reading (for pipes)\r
+   */\r
+  OVERLAPPED *oOverlapRead;\r
+\r
+  /**\r
+   * Structure for overlapped writing (for pipes)\r
+   */\r
+  OVERLAPPED *oOverlapWrite;\r
 #else\r
 
   /**\r