X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2Finclude%2Flnet%2Flnetst.h;h=61aa65e708c3d0bcc77ed8b54d6acb9b65858f21;hb=3211f6862cbbe96642db540e6593f3c614f9528c;hp=6ca9020ac4a0c27df29df5aa795eb3e4d7b0c20a;hpb=0f8dca08a4f68cba82c2c822998ecc309d3b7aaf;p=fs%2Flustre-release.git diff --git a/lnet/include/lnet/lnetst.h b/lnet/include/lnet/lnetst.h index 6ca9020..61aa65e 100644 --- a/lnet/include/lnet/lnetst.h +++ b/lnet/include/lnet/lnetst.h @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -469,7 +467,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;