summaryrefslogtreecommitdiffstats
path: root/pg_top.h
diff options
context:
space:
mode:
authorMark Wong <markwkm@gmail.com>2023-05-21 17:04:31 -0700
committerMark Wong <markwkm@gmail.com>2023-05-21 18:09:16 -0700
commit15d2d31ad8d22a836dbb0c1578b0b92a2a7766c3 (patch)
tree16a6d20a6e162575827d2ba48738bc0e8b8fe6aa /pg_top.h
parentb2d63dd8bbf8fd800135b33b74a0be22943c65fe (diff)
Revert "Revert "monitor the disk I/O of the server""
Diffstat (limited to 'pg_top.h')
-rw-r--r--pg_top.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pg_top.h b/pg_top.h
index b3af7ec..4156754 100644
--- a/pg_top.h
+++ b/pg_top.h
@@ -101,6 +101,8 @@ struct pg_top_context
* system. */
int order_index;
char *order_name;
+ struct db_info db_info;
+ struct io_info io_info;
struct process_select ps;
char show_tags;
struct statics statics;