WriteLatency.h File Reference

Go to the source code of this file.

Enumerations

enum  WriteLatency { WRITE_LAZY, WRITE_EAGER_ASYNC, WRITE_EAGER_SYNC }
 Options controlling when to flush dirty data. More...


Enumeration Type Documentation

enum WriteLatency

Options controlling when to flush dirty data.

Enumerator:
WRITE_LAZY 
WRITE_EAGER_ASYNC 
WRITE_EAGER_SYNC 

Definition at line 32 of file WriteLatency.h.

00033 {
00034     WRITE_LAZY,
00035     WRITE_EAGER_ASYNC,
00036     WRITE_EAGER_SYNC
00037 };


Generated on Mon Jun 22 04:00:22 2009 for Fennel by  doxygen 1.5.1