hpfs binary with optimized write fix. (#303)

* Updated hpfs bin.
* Improved logs.
* Local cluster script log level fix.
This commit is contained in:
Ravin Perera
2021-05-08 17:51:16 +05:30
committed by GitHub
parent ef2bb22b67
commit 321ae2d753
8 changed files with 10 additions and 9 deletions

View File

@@ -275,7 +275,7 @@ namespace comm
/**
* Returns printable name for the session based on uniqueid (used for logging).
*/
const std::string comm_session::display_name()
const std::string comm_session::display_name() const
{
if (challenge_status == comm::CHALLENGE_STATUS::CHALLENGE_VERIFIED)
{

View File

@@ -71,7 +71,7 @@ namespace comm
void mark_for_closure();
void close();
void mark_as_verified();
virtual const std::string display_name();
virtual const std::string display_name() const;
void set_threshold(const SESSION_THRESHOLDS threshold_type, const uint64_t threshold_limit, const uint32_t intervalms);
void increment_metric(const SESSION_THRESHOLDS threshold_type, const uint64_t amount);