package org.zstack.core.agent; /** * Created by frank on 12/5/2015. */ public interface AgentManager { void registerAgent(AgentStruct struct); }