Whamcloud - gitweb
LU-445 lnet: Send timestamps with LNet counters
[fs/lustre-release.git] / lnet / include / lnet / lnetst.h
index 6ca9020..3f4f3fc 100644 (file)
@@ -469,7 +469,8 @@ typedef struct {
 } WIRE_ATTR srpc_counters_t;
 
 typedef struct {
-        __u32 active_tests;
+        /** milliseconds since current session started */
+        __u32 running_ms;
         __u32 active_batches;
         __u32 zombie_sessions;
         __u32 brw_errors;