summaryrefslogtreecommitdiff
path: root/src/stream_manager.h
diff options
context:
space:
mode:
authorJRPan <[email protected]>2023-06-27 12:50:42 +0800
committerGitHub <[email protected]>2023-06-27 12:50:42 +0800
commit95822cbf2c6f8f7a15d5b1bc3bf0eb5250f8d36e (patch)
treecd31b7036b891842203e8f4ade1237bff5901646 /src/stream_manager.h
parent46428eeaf3cfdb87fb6c323afd92e4bd79c54476 (diff)
parent58beccb510bb892de56b466ac764f24297affebd (diff)
Merge branch 'dev' into dev
Diffstat (limited to 'src/stream_manager.h')
-rw-r--r--src/stream_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream_manager.h b/src/stream_manager.h
index afcbb0e..561f54b 100644
--- a/src/stream_manager.h
+++ b/src/stream_manager.h
@@ -73,7 +73,7 @@ struct CUevent_st {
int m_uid;
bool m_blocking;
bool m_done;
- int m_updates;
+ unsigned int m_updates;
unsigned int m_issued;
time_t m_wallclock;
double m_gpu_tot_sim_cycle;