Changes 33812 : Add ticket number to all paragraphs

Signed-off-by: Suraj Upadhyay <usuraj35@gmail.com>
This commit is contained in:
MrSquanchee 2020-05-18 19:23:47 +05:30
parent bb585c5e37
commit 5ca03f1ebd
No known key found for this signature in database
GPG Key ID: FA046C6C87DEEF8E

View File

@ -1,7 +1,7 @@
o Code simplification and refactoring:
- Move the bandwidth structure and function declarations
to new file. Include this module in other files.
Remove REPHIST_PRIVATE.
Remove REPHIST_PRIVATE. Closes ticket 33812.
o Testing:
- Add unit tests for bandwidth statistics manipulation functions.
Closes ticket 33812. Patch by MrSquanchee