mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 22:35:33 +00:00
show: Remove options args from ->show callback
This thing is global, we can address one explicitly. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -176,7 +176,7 @@ static void sk_queue_data_handler(int fd, void *obj)
|
||||
print_image_data(fd, e->length, opts.show_pages_content);
|
||||
}
|
||||
|
||||
void show_sk_queues(int fd, struct cr_options *o)
|
||||
void show_sk_queues(int fd)
|
||||
{
|
||||
pb_show_plain_payload(fd, PB_SK_QUEUES, sk_queue_data_handler);
|
||||
}
|
||||
|
Reference in New Issue
Block a user