diff options
Diffstat (limited to 'usr/src/cmd/filebench/common/flowop.h')
| -rw-r--r-- | usr/src/cmd/filebench/common/flowop.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/filebench/common/flowop.h b/usr/src/cmd/filebench/common/flowop.h index f04e9c55e6..976c3d0505 100644 --- a/usr/src/cmd/filebench/common/flowop.h +++ b/usr/src/cmd/filebench/common/flowop.h @@ -26,9 +26,6 @@ #ifndef _FB_FLOWOP_H #define _FB_FLOWOP_H - -#pragma ident "%Z%%M% %I% %E% SMI" - #include "config.h" #include <stdio.h> @@ -88,6 +85,7 @@ typedef struct flowop { avd_t fo_blocking; /* Attr */ avd_t fo_directio; /* Attr */ avd_t fo_rotatefd; /* Attr */ + avd_t fo_fileindex; /* Attr */ flowstat_t fo_stats; /* Flow statistics */ pthread_cond_t fo_cv; /* Block/wakeup cv */ pthread_mutex_t fo_lock; /* Mutex around flowop */ |
