remove Mem.user field
This commit is contained in:
parent
47a544ec5a
commit
f0d2b2a50f
|
@ -77,7 +77,6 @@ namespace Hyperic.Sigar {
|
|||
public readonly ulong Shared;
|
||||
private readonly ulong NA_buffer;
|
||||
private readonly ulong NA_cached;
|
||||
private readonly ulong NA_user;
|
||||
|
||||
[DllImport(Sigar.LIBSIGAR)]
|
||||
private static extern int sigar_mem_get(IntPtr sigar, IntPtr mem);
|
||||
|
|
Loading…
Reference in New Issue