commit | f9978f89a7a53bcece933914f984c76c6eb76f84 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 23 16:30:31 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 23 16:30:31 2013 -0800 |
tree | 8a45c4ed656e62e2fd5cd9ad7d9978407576ed6d | |
parent | 3d1beca7fcedff03c424504ba475ff656a8fc227 [diff] [blame] |
Dispatcher is almost ready. File assembly part is temporarily commented out (need to check if assembly is actually necessary)
diff --git a/src/fetcher.h b/src/fetcher.h index 9fba688..c86061f 100644 --- a/src/fetcher.h +++ b/src/fetcher.h
@@ -95,8 +95,8 @@ int64_t m_minSeqNo; int64_t m_maxSeqNo; - uint64_t m_pipeline; - uint64_t m_activePipeline; + uint32_t m_pipeline; + uint32_t m_activePipeline; boost::posix_time::ptime m_lastPositiveActivity;