2
0
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:
Pavel Emelyanov
2013-05-08 00:23:42 +04:00
parent cd537beda5
commit add21b75c9
30 changed files with 101 additions and 101 deletions

View File

@@ -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);
}