summaryrefslogtreecommitdiff
path: root/usr/src/cmd/filebench/common/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/filebench/common/ipc.h')
-rw-r--r--usr/src/cmd/filebench/common/ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/filebench/common/ipc.h b/usr/src/cmd/filebench/common/ipc.h
index 937171ca10..8416a32ca7 100644
--- a/usr/src/cmd/filebench/common/ipc.h
+++ b/usr/src/cmd/filebench/common/ipc.h
@@ -146,7 +146,7 @@ typedef struct filebench_shm {
/*
* Event generator state
*/
- int shm_eventgen_hz; /* number of events per sec. */
+ avd_t shm_eventgen_hz; /* number of events per sec. */
uint64_t shm_eventgen_q; /* count of unclaimed events */
pthread_mutex_t shm_eventgen_lock; /* lock protecting count */
pthread_cond_t shm_eventgen_cv; /* cv to wait on for more events */