wrowe 2002/10/14 13:07:33
Modified: include apr_file_io.h
Log:
Better docs
Revision Changes Path
1.133 +4 -3 apr/include/apr_file_io.h
Index: apr_file_io.h
===================================================================
RCS file: /home/cvs/apr/include/apr_file_io.h,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- apr_file_io.h 14 Oct 2002 20:05:58 -0000 1.132
+++ apr_file_io.h 14 Oct 2002 20:07:33 -0000 1.133
@@ -103,8 +103,8 @@
writes across process/machines */
#define APR_FILE_NOCLEANUP 2048 /**< Do not register a cleanup when the
file
is opened */
-#define APR_SENDFILE_ENABLED 4096 /**< Open with appropriate semantics for
- apr_sendfile operation */
+#define APR_SENDFILE_ENABLED 4096 /**< Advisory flag that this file should
+ support apr_sendfile operation */
/** @} */
/**
@@ -187,7 +187,8 @@
* The apr_os_file_t handle in apr_file_t will
not
* be closed when the pool is destroyed.
* APR_SENDFILE_ENABLED Open with appropriate platform semantics
- * for sendfile operations.
+ * for sendfile operations. Advisory only,
+ * apr_sendfile does not check this flag.
* </PRE>
* @param perm Access permissions for file.
* @param cont The pool to use.