summaryrefslogtreecommitdiff
path: root/src/measurements.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-07-24 13:49:15 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-07-24 13:49:15 -0400
commitd87b34443e5c6f8aae9dcf8ebbd339b75d25d1e2 (patch)
tree5e919e0c4c22fb3059b111d5ebac572df05c0146 /src/measurements.hpp
parent5a98729ab3cb5aeda6f3bd7288c7ee6bc59c0906 (diff)
downloadfuse_networks-d87b34443e5c6f8aae9dcf8ebbd339b75d25d1e2.tar.gz
fuse_networks-d87b34443e5c6f8aae9dcf8ebbd339b75d25d1e2.tar.bz2
fuse_networks-d87b34443e5c6f8aae9dcf8ebbd339b75d25d1e2.zip
added non-rotaded measurements
Diffstat (limited to 'src/measurements.hpp')
-rw-r--r--src/measurements.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/measurements.hpp b/src/measurements.hpp
index c69404b..b22c327 100644
--- a/src/measurements.hpp
+++ b/src/measurements.hpp
@@ -43,6 +43,8 @@ class ma : public hooks {
std::vector<uint64_t> cb;
std::vector<uint64_t> ca;
std::vector<uint64_t> cA;
+ std::vector<uint64_t> cp;
+ std::vector<uint64_t> cq;
public:
long double lv;