diff options
Diffstat (limited to 'tests/qtest/migration/bootfile.c')
-rw-r--r-- | tests/qtest/migration/bootfile.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/qtest/migration/bootfile.c b/tests/qtest/migration/bootfile.c index fac059d..479c432 100644 --- a/tests/qtest/migration/bootfile.c +++ b/tests/qtest/migration/bootfile.c @@ -68,3 +68,8 @@ char *bootfile_create(const char *arch, const char *dir, bool suspend_me) return bootpath; } + +char *bootfile_get(void) +{ + return bootpath; +} |