From a1193adca1ddba0f6ac1c58154ae8377225063a3 Mon Sep 17 00:00:00 2001 From: LRN Date: Sat, 24 Jan 2015 23:01:22 +0000 Subject: Add support for selecting on W32 events --- src/include/gnunet_disk_lib.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/gnunet_disk_lib.h') diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h index f14285f89..56c6dca41 100644 --- a/src/include/gnunet_disk_lib.h +++ b/src/include/gnunet_disk_lib.h @@ -35,6 +35,11 @@ struct GNUNET_DISK_PipeHandle; */ enum GNUNET_FILE_Type { + /** + * Handle represents an event. + */ + GNUNET_DISK_HANLDE_TYPE_EVENT, + /** * Handle represents a file. */ -- cgit v1.2.3