diff options
| author | Ahmad Alawneh <[email protected]> | 2023-06-20 15:09:10 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-20 15:09:10 -0400 |
| commit | 58beccb510bb892de56b466ac764f24297affebd (patch) | |
| tree | 1c032284606054bfd7fe94a6ded92e223e19fc37 /src/stream_manager.h | |
| parent | 301be9e59c6c934f4e194cf6c95dd0c60b3894cc (diff) | |
| parent | 3d936e50a83787af07bf2b2527c4d16ad454ecf9 (diff) | |
Merge pull request #55 from LAhmos/compare_warn
Compare warnings
Diffstat (limited to 'src/stream_manager.h')
| -rw-r--r-- | src/stream_manager.h | 2 |
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; |
