|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] XCP: source repo?
On 12 May 2010, at 07:11, YAMAMOTO Takashi wrote: having take a quick look at DummySR, i have a question.
if __name__ == '__main__': SRCommand.run(DummySR, DRIVER_INFO) else: SR.registerSR(DummySR)
i understand that the SRCommnad.run part is for XMLRPC with sm_type Executable. what is the SR.registerSR part for? i couldn't find any python code which imports this file.
I don't believe the registerSR bit is currently used - you can safely ignore this.
Cheers,
Jon
|
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|