|
| From: | Anthony Liguori |
| Subject: | [Qemu-devel] [CFR 5/10] closefd command |
| Date: | Tue, 15 Jun 2010 11:30:25 -0500 |
closefd
-------
Close a file descriptor previously passed via SCM rights.
Arguments:
- "fdname": file descriptor name (json-string)
Example:
-> { "execute": "closefd", "arguments": { "fdname": "fd1" } }
<- { "return": {} }
| [Prev in Thread] | Current Thread | [Next in Thread] |