<html><body>
<p>Hi,<br>
<br>
There are four parameters in define xml of filter, handler and subscription,<br>
but only there are passes to them, that *sysname* is missed. On the former <br>
version of libcmpiutil, only three parameters in their define method.<br>
So I don't know what's the<br>
 original idea of it, three or four arguments?<br>
Or it's just a minor mistake.<br>
<br>
Below are some parts of code.<br>
...<br>
def filter_xml(name, type, ns, sysname):<br>
...<br>
def handler_xml(name, port, sysname):<br>
...<br>
def subscription_xml(name, sysname):<br>
...<br>
def dump_xml(name, typ, ns):<br>
    filter_str = filter_xml(name, typ, ns)<br>
    handler_str = handler_xml(name, 8000)<br>
    subscript_str = subscription_xml(name)<br>
...<br>
<br>
<br>
Also, I'm not sure of instances deletion order, which including filter, handler <br>
and subscription instance. They are created by filter, handler and <br>
subscription order, and then deletion order it the same as created in coding.<br>
I'm not sure whether the subscription instance have to be deleted firstly.<br>
<br>
<br>
Thanks!<br>
<br>
Best,<br>
Regards<br>
<br>
Daisy Guo Lian Yun<br>
E-mail: yunguol@cn.ibm.com<br>
IBM China Development Lab, Shanghai, China<br>
TEL: (86)-21-61008057</body></html>