diff options
author | Jeff Roberson <jeff@FreeBSD.org> | 2019-08-06 21:50:34 +0000 |
---|---|---|
committer | Jeff Roberson <jeff@FreeBSD.org> | 2019-08-06 21:50:34 +0000 |
commit | c16850865572058518fa625359057032563c8baf (patch) | |
tree | 8270122d8630fa2c46d44c6c4a8a95fab4821103 /lib/libmemstat/memstat_internal.h | |
parent | cb71f1fa0183c8f8c8e339452e3ecd1e1717d621 (diff) |
Notes
Diffstat (limited to 'lib/libmemstat/memstat_internal.h')
-rw-r--r-- | lib/libmemstat/memstat_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libmemstat/memstat_internal.h b/lib/libmemstat/memstat_internal.h index 12345d9f884c5..26a9e64f8f052 100644 --- a/lib/libmemstat/memstat_internal.h +++ b/lib/libmemstat/memstat_internal.h @@ -69,6 +69,7 @@ struct memory_type { uint64_t mt_free; /* Number of cached free items. */ uint64_t mt_failures; /* Number of allocation failures. */ uint64_t mt_sleeps; /* Number of allocation sleeps. */ + uint64_t mt_xdomain; /* Number of cross domain sleeps. */ /* * Caller-owned memory. |