diff options
-rw-r--r-- | host/include/uhd/types/stream_cmd.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/types/stream_cmd.hpp b/host/include/uhd/types/stream_cmd.hpp index 9cd1e581f..747fa6a3c 100644 --- a/host/include/uhd/types/stream_cmd.hpp +++ b/host/include/uhd/types/stream_cmd.hpp @@ -41,7 +41,7 @@ struct UHD_API stream_cmd_t STREAM_MODE_NUM_SAMPS_AND_DONE = int('d'), STREAM_MODE_NUM_SAMPS_AND_MORE = int('m') } stream_mode; - size_t num_samps; + uint64_t num_samps; bool stream_now; time_spec_t time_spec; |