| Index: src/procfs_byte_counter.h
|
| diff --git a/src/procfs_byte_counter.h b/src/procfs_byte_counter.h
|
| index 78fc8e7f11c71a0d359b0318848874c0e716bb1e..40a250a61c9cf5adf0840ab1b70cc1066d1e33de 100644
|
| --- a/src/procfs_byte_counter.h
|
| +++ b/src/procfs_byte_counter.h
|
| @@ -26,7 +26,9 @@ class ProcfsByteCounter: public ByteCounter {
|
| virtual ~ProcfsByteCounter();
|
| virtual const std::string& GetInterface() const;
|
| virtual uint64 GetRxBytes() const;
|
| + virtual void SetRxBytes(uint64 rx_bytes);
|
| virtual uint64 GetTxBytes() const;
|
| + virtual void SetTxBytes(uint64 tx_bytes);
|
| virtual void SetDelegate(ByteCounterDelegate *delegate);
|
|
|
| private:
|
|
|