mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
DataSeries updates and fixes.
This commit is contained in:
parent
c91563fe75
commit
a0575158ef
10 changed files with 169 additions and 173 deletions
|
@ -165,6 +165,14 @@ public:
|
|||
*/
|
||||
string Render(const threading::Value::subnet_t& subnet) const;
|
||||
|
||||
/** Helper method to render a double in Bro's standard precision.
|
||||
*
|
||||
* @param d The double.
|
||||
*
|
||||
* @return An ASCII representation of the double.
|
||||
*/
|
||||
string Render(double d) const;
|
||||
|
||||
protected:
|
||||
friend class FinishMessage;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue