Skip to content
Snippets Groups Projects
Verified Commit c8745e8b authored by Marc Vef's avatar Marc Vef
Browse files

Some minor fixes (to be squashed)

parent 7e3bbec5
No related branches found
No related tags found
1 merge request!176Resolve "Client: Support MessagePack for process bandwidth monitoring"
...@@ -99,6 +99,7 @@ target_link_libraries( ...@@ -99,6 +99,7 @@ target_link_libraries(
hermes hermes
fmt::fmt fmt::fmt
Threads::Threads Threads::Threads
msgpack_util
) )
install( install(
......
...@@ -937,7 +937,6 @@ gkfs_do_write(gkfs::filemap::OpenFile& file, const char* buf, size_t count, off6 ...@@ -937,7 +937,6 @@ gkfs_do_write(gkfs::filemap::OpenFile& file, const char* buf, size_t count, off6
"gkfs::rpc::forward_write() wrote '{}' bytes instead of '{}'", "gkfs::rpc::forward_write() wrote '{}' bytes instead of '{}'",
write_size, count); write_size, count);
} }
CTX->write_metrics().add_event(write_size, start_t);
return write_size; // return written size return write_size; // return written size
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment