summaryrefslogtreecommitdiffstats
path: root/src/rep.rs
diff options
context:
space:
mode:
authordoug tangren <d.tangren@gmail.com>2018-09-29 19:33:19 -0400
committerGitHub <noreply@github.com>2018-09-29 19:33:19 -0400
commitdae00ffcd9ec56f77d5d8bc6653179960c7a7cad (patch)
treedd464435f6e975b0a9495e10e747607f2cb39909 /src/rep.rs
parent5438df2e64f9646252da02d1afa92813e73d0bb7 (diff)
parentfc5358e9499bb0f253cdbfc6fce54f491f461329 (diff)
Merge pull request #96 from fkrull/remove-swap-field
Remove swap fields from MemoryStat
Diffstat (limited to 'src/rep.rs')
-rw-r--r--src/rep.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rep.rs b/src/rep.rs
index 751b816..6b20f7f 100644
--- a/src/rep.rs
+++ b/src/rep.rs
@@ -285,8 +285,6 @@ pub struct MemoryStat {
pub pgfault: u64,
pub inactive_file: u64,
pub total_pgpgin: u64,
- pub swap: u64,
- pub total_swap: u64,
}
#[derive(Clone, Debug, RustcEncodable, RustcDecodable)]