diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-06-06 10:04:11 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-06-06 10:04:11 -0700 |
| commit | 848f822171a41f78eef7ee0dcab99a6ec53d634a (patch) | |
| tree | 12db6945a5bfa798c00a98f6a2b915f42bc7f56c /node/RingBuffer.hpp | |
| parent | cacdb445c786f97d5d9af200b17665bb171a42d9 (diff) | |
| parent | d4199ddb3ef59b8f754129bfc91f91c18f84759c (diff) | |
| download | infinitytier-848f822171a41f78eef7ee0dcab99a6ec53d634a.tar.gz infinitytier-848f822171a41f78eef7ee0dcab99a6ec53d634a.zip | |
.
Diffstat (limited to 'node/RingBuffer.hpp')
| -rw-r--r-- | node/RingBuffer.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/RingBuffer.hpp b/node/RingBuffer.hpp index e9f17e1c..8b11e9b1 100644 --- a/node/RingBuffer.hpp +++ b/node/RingBuffer.hpp @@ -312,6 +312,7 @@ public: /** * Print the contents of the buffer */ + /* inline void dump() { size_t iterator = begin; @@ -325,6 +326,7 @@ public: } } } + */ }; } // namespace ZeroTier |
