commit | 9ac54af0c35d3f931653efae5698ef0f465eac7c | [log] [tgz] |
---|---|---|
author | Corey Bryant <coreyb@linux.vnet.ibm.com> | Thu Oct 18 15:19:31 2012 -0400 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Oct 24 10:26:19 2012 +0200 |
tree | 4637c2d3cc23b11660f6305015dce8ab16aa1a6e | |
parent | 80168bff43760bde98388480dc7c93f94693421c [diff] |
monitor: Allow add-fd to any specified fd set The first call to add an fd to an fd set was previously not allowed to choose the fd set ID. The ID was generated as the first available and ensuing calls could add more fds by specifying the fd set ID. This change allows users to choose the fd set ID on the first call. Signed-off-by: Corey Bryant <coreyb@linux.vnet.ibm.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>