From a95dab7b1c386a993e77c17091b8c7a55db711ef Mon Sep 17 00:00:00 2001 From: tanyulong Date: Thu, 28 Oct 2021 11:53:35 +0800 Subject: [PATCH] add storage check --- debian/source/format | 2 +- src/linebandwith.cpp | 2 +- src/singleProcessNet/inode2prog.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/source/format b/debian/source/format index 89ae9db..163aaf8 100755 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (native) +3.0 (quilt) diff --git a/src/linebandwith.cpp b/src/linebandwith.cpp index 4c5d6e2..95f81f6 100755 --- a/src/linebandwith.cpp +++ b/src/linebandwith.cpp @@ -39,7 +39,7 @@ QString lineBandwith::new_count(qint64 count ,int pid) // quint64 bandwith = count-count_prev; qint64 bandwith = count - countMap[pid]; qDebug()<<"count---yayaya" <