]> granicus.if.org Git - procps-ng/commitdiff
misc: respond to library rename of structs to 'reaped'
authorJim Warner <james.warner@comcast.net>
Fri, 19 Jun 2020 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Tue, 23 Jun 2020 09:09:05 +0000 (19:09 +1000)
Signed-off-by: Jim Warner <james.warner@comcast.net>
slabtop.c
vmstat.c

index af96a4f067a5f3b3d9a30e2730f5d7d3495e42dc..510a62e98e71b103bde9fc40a079171346c20b9d 100644 (file)
--- a/slabtop.c
+++ b/slabtop.c
@@ -314,7 +314,7 @@ int main(int argc, char *argv[])
     }
 
     do {
-        struct slabinfo_reap *reaped;
+        struct slabinfo_reaped *reaped;
         struct timeval tv;
         fd_set readfds;
         int i;
index 0134107ce79fdf6c392a4a41f55473c95a63a169..3bbc6080297faec3c430dc56c9b1a68467e676d1 100644 (file)
--- a/vmstat.c
+++ b/vmstat.c
@@ -637,7 +637,7 @@ static void diskformat(void)
 {
 #define diskVAL(e,t) DISKSTATS_VAL(e, t, reap->stacks[j], disk_stat)
     struct diskstats_info *disk_stat;
-    struct diskstats_reap *reap;
+    struct diskstats_reaped *reap;
     int i, j;
     time_t the_time;
     struct tm *tm_ptr;
@@ -716,7 +716,7 @@ static void slabformat (void)
  #define MAX_ITEMS (int)(sizeof(node_items) / sizeof(node_items[0]))
  #define slabVAL(e,t) SLABINFO_VAL(e, t, p, slab_info)
     struct slabinfo_info *slab_info = NULL;
-    struct slabinfo_reap *reaped;
+    struct slabinfo_reaped *reaped;
     int i, j;
     enum slabinfo_item node_items[] = {
         SLAB_ACTIVE_OBJS, SLAB_NUM_OBJS,
@@ -760,7 +760,7 @@ static void disksum_format(void)
 {
 #define diskVAL(e,t) DISKSTATS_VAL(e, t, reap->stacks[j], disk_stat)
     struct diskstats_info *disk_stat;
-    struct diskstats_reap *reap;
+    struct diskstats_reaped *reap;
     int j, disk_count, part_count;
     unsigned long reads, merged_reads, read_sectors, milli_reading, writes,
                   merged_writes, written_sectors, milli_writing, inprogress_IO,