diff options
Diffstat (limited to 'test/eviction.c')
| -rw-r--r-- | test/eviction.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/eviction.c b/test/eviction.c index ca404b9..3a6f801 100644 --- a/test/eviction.c +++ b/test/eviction.c @@ -40,5 +40,8 @@ main(int argc, const char **argv) close(fd); + ret = ioctl(fd, KVM_CPC_DEINIT, &arg); + if (ret == -1) err(1, "KVM_CPC_DEINIT"); + return arg; } |
