summaryrefslogtreecommitdiff
path: root/fedora/.local/bin/htop-vim/NetworkIOMeter.h
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/.local/bin/htop-vim/NetworkIOMeter.h')
-rw-r--r--fedora/.local/bin/htop-vim/NetworkIOMeter.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/fedora/.local/bin/htop-vim/NetworkIOMeter.h b/fedora/.local/bin/htop-vim/NetworkIOMeter.h
deleted file mode 100644
index 18c23ce..0000000
--- a/fedora/.local/bin/htop-vim/NetworkIOMeter.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef HEADER_NetworkIOMeter
-#define HEADER_NetworkIOMeter
-
-#include "Meter.h"
-
-
-typedef struct NetworkIOData_ {
- uint64_t bytesReceived;
- uint64_t packetsReceived;
- uint64_t bytesTransmitted;
- uint64_t packetsTransmitted;
-} NetworkIOData;
-
-extern const MeterClass NetworkIOMeter_class;
-
-#endif /* HEADER_NetworkIOMeter */