On 06/15/2010 11:30 AM, Anthony Liguori wrote:
closefd
-------

Close a file descriptor previously passed via SCM rights.

Arguments:

- "fdname": file descriptor name (json-string)

I wonder if setfd/closefd should be QMP functions or whether we should make it core features of the protocol?

Regards,

Anthony Liguori

Example:

->  { "execute": "closefd", "arguments": { "fdname": "fd1" } }
<- { "return": {} }




Reply via email to