summaryrefslogtreecommitdiff
path: root/eio.h
diff options
context:
space:
mode:
authorroot <root>2010-01-02 14:11:32 +0000
committerroot <root>2010-01-02 14:11:32 +0000
commitd5dbda31aa83cf0c1a999c70c0f75a01c774cc3f (patch)
tree9c1a439b4a731e45d4f08daec8e7a9d3a5a4153d /eio.h
parentb603f404d08248de437b7bf3e603adcfa01568db (diff)
*** empty log message ***
Diffstat (limited to 'eio.h')
-rw-r--r--eio.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/eio.h b/eio.h
index 53c482e..2008d85 100644
--- a/eio.h
+++ b/eio.h
@@ -1,7 +1,7 @@
/*
* libeio API header
*
- * Copyright (c) 2007,2008,2009 Marc Alexander Lehmann <libeio@schmorp.de>
+ * Copyright (c) 2007,2008,2009,2010 Marc Alexander Lehmann <libeio@schmorp.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
@@ -102,6 +102,19 @@ struct eio_dirent {
ino_t inode; /* the inode number, if available, otherwise unspecified */
};
+/* eio_msync flags */
+enum {
+ EIO_MS_ASYNC = 1,
+ EIO_MS_INVALIDATE = 2,
+ EIO_MS_SYNC = 4
+};
+
+/* eio_mtouch flags */
+
+enum {
+ EIO_MT_MODIFY = 1
+};
+
/* eio_sync_file_range flags */
enum {