summaryrefslogtreecommitdiffstats
path: root/NetworkIOMeter.h
blob: 5b29fa848d7288fc34050421b0e960875339ccb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef HEADER_NetworkIOMeter
#define HEADER_NetworkIOMeter

#include "Meter.h"

typedef struct NetworkIOData_ {
   unsigned long long int bytesReceived;
   unsigned long long int packetsReceived;
   unsigned long long int bytesTransmitted;
   unsigned long long int packetsTransmitted;
} NetworkIOData;

extern const MeterClass NetworkIOMeter_class;

#endif /* HEADER_NetworkIOMeter */

© 2014-2024 Faster IT GmbH | imprint | privacy policy