Signed-off-by: Ewan Mellor <ewan@xensource.com>
/**
- * Return a list of all the hosts known to the system
+ * Return a list of all the hosts known to the system.
*/
extern bool
xen_host_get_all(xen_session *session, struct xen_host_set **result);
/**
- * Return a list of all the networks known to the system
+ * Return a list of all the networks known to the system.
*/
extern bool
xen_network_get_all(xen_session *session, struct xen_network_set **result);
/**
- * Return a list of all the SRs known to the system
+ * Return a list of all the SRs known to the system.
*/
extern bool
xen_sr_get_all(xen_session *session, struct xen_sr_set **result);