summaryrefslogtreecommitdiff
path: root/src/stream_manager.h
diff options
context:
space:
mode:
authorAhmad Alawneh <[email protected]>2023-06-20 15:09:10 -0400
committerGitHub <[email protected]>2023-06-20 15:09:10 -0400
commit58beccb510bb892de56b466ac764f24297affebd (patch)
tree1c032284606054bfd7fe94a6ded92e223e19fc37 /src/stream_manager.h
parent301be9e59c6c934f4e194cf6c95dd0c60b3894cc (diff)
parent3d936e50a83787af07bf2b2527c4d16ad454ecf9 (diff)
Merge pull request #55 from LAhmos/compare_warn
Compare warnings
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;