]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[cmdline] Add "sync" command
authorMichael Brown <mcb30@ipxe.org>
Sat, 9 Jun 2012 18:00:04 +0000 (19:00 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sat, 9 Jun 2012 18:00:04 +0000 (19:00 +0100)
commitaddf699c86ae18edd7de13433da78be926c22504
tree7c43a348e84cab90ab095ef6425d800beb17e1d7
parentaf47789ef2276fdb3b081955025b778d16ed2188
[cmdline] Add "sync" command

Add "sync" command (loosely based on the Unix "sync"), which will wait
for any pending operations to complete.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/config.c
src/config/general.h
src/hci/commands/sync_cmd.c [new file with mode: 0644]