summaryrefslogtreecommitdiff
path: root/src/dev/virtio/fs9p.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/virtio/fs9p.hh')
-rw-r--r--src/dev/virtio/fs9p.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dev/virtio/fs9p.hh b/src/dev/virtio/fs9p.hh
index 786f58464..46525603d 100644
--- a/src/dev/virtio/fs9p.hh
+++ b/src/dev/virtio/fs9p.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014-2015 ARM Limited
+ * Copyright (c) 2014-2017 ARM Limited
* All rights reserved
*
* The license below extends only to copyright in the software and shall
@@ -305,6 +305,8 @@ class VirtIO9PDiod : public VirtIO9PProxy
ssize_t read(uint8_t *data, size_t len);
ssize_t write(const uint8_t *data, size_t len);
+ /** Kill the diod child process at the end of the simulation */
+ void terminateDiod();
private:
class DiodDataEvent : public PollEvent