This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 6cae63b470876cc3c5bf9fbe2ff5287d6b2f72ca (commit)
from 06ffcd932adfddf0e0dbd11c7a36e841ddfc9fa3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6cae63b470876cc3c5bf9fbe2ff5287d6b2f72ca
Author: Damien Zammit <[email protected]>
Date: Sun Mar 7 11:27:24 2021 +0100
libmachdev: pass shutdown handle to shutdown method
* libmachdev/machdev-device_emul.h
(struct machdev_device_emulation_ops): Add shutdown method.
* libmachdev/ds_routines.c (machdev_device_shutdown): Take dosync_handle
handle and pass it to shutdown method.
* libmachdev/machdev.h (machdev_device_shutdown): Update prototype.
* libmachdev/trivfs_server.c (S_startup_dosync): Pass shutdown handle to
machdev_device_shutdown call.
* rumpdisk/block-rump.c (rumpdisk_device_shutdown): Take dosync_handle
parameter.
-----------------------------------------------------------------------
Summary of changes:
libmachdev/ds_routines.c | 4 ++--
libmachdev/machdev-device_emul.h | 2 +-
libmachdev/machdev.h | 2 +-
libmachdev/trivfs_server.c | 2 +-
rumpdisk/block-rump.c | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
Hurd