From a7eb05fd63a2212a180419c4b0dacc570954d18d Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Wed, 10 Oct 2007 02:57:21 +0000 Subject: [PATCH] move disk fields to end of struct --- include/sigar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sigar.h b/include/sigar.h index d72b7715..279524a0 100644 --- a/include/sigar.h +++ b/include/sigar.h @@ -433,6 +433,7 @@ sigar_file_system_list_destroy(sigar_t *sigar, sigar_file_system_list_t *fslist); typedef struct { + double use_percent; sigar_uint64_t total, free, @@ -448,7 +449,6 @@ typedef struct { disk_rtime, disk_wtime, disk_time; - double use_percent; } sigar_file_system_usage_t; SIGAR_DECLARE(int)