diff options
Diffstat (limited to 'src/swap.c')
-rw-r--r-- | src/swap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/swap.c b/src/swap.c index d093c2e790..f72ede66d0 100644 --- a/src/swap.c +++ b/src/swap.c @@ -547,6 +547,7 @@ const UnitVTable swap_vtable = { .no_instances = true, .no_isolate = true, + .show_status = true, .init = swap_init, .load = swap_load, |