Revision 061ea1b3 include/test/NebulaTest.h
include/test/NebulaTest.h | ||
---|---|---|
130 | 130 |
virtual DispatchManager* create_dm(VirtualMachinePool* vmpool, |
131 | 131 |
HostPool* hpool); |
132 | 132 |
|
133 |
virtual RequestManager* create_rm( |
|
134 |
VirtualMachinePool * vmpool, |
|
135 |
HostPool * hpool, |
|
136 |
VirtualNetworkPool * vnpool, |
|
137 |
UserPool * upool, |
|
138 |
ImagePool * ipool, |
|
139 |
ClusterPool * cpool, |
|
140 |
VMTemplatePool * tpool, |
|
141 |
GroupPool * gpool, |
|
142 |
string log_file); |
|
133 |
virtual RequestManager* create_rm(string log_file); |
|
143 | 134 |
|
144 | 135 |
virtual HookManager* create_hm(VirtualMachinePool * vmpool); |
145 | 136 |
|
Also available in: Unified diff