mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Implement getLatestTimestamp API
This commit is contained in:
parent
b2107b6f36
commit
20e8b4aaca
4 changed files with 34 additions and 12 deletions
|
|
@ -56,6 +56,12 @@ end
|
|||
function driver:export()
|
||||
end
|
||||
|
||||
--! @brief Get the most recent timestamp available for queries.
|
||||
--! @note a conservative way to implement this is to return the current time.
|
||||
--! @return most recent timestamp available.
|
||||
function driver:getLatestTimestamp()
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
return driver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue