Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1066#discussion_r45456092 --- Diff: plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/CitrixResourceData.java --- @@ -0,0 +1,289 @@ +package com.cloud.hypervisor.xenserver.resource; + +import java.util.LinkedList; +import java.util.Queue; + +public class CitrixResourceData { --- End diff -- it is an exercise in reducing the sheer size and complexity of the class. obviously much more needs to be done on this class. I am dropping this for now.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---