Rich Teer wrote: > On Mon, 15 Sep 2008, Huay-Yong Wang wrote: > >> 3. Library Interfaces >> >> char *virDomainGetRelativeXMLDesc(virDomainPtr domain, int flags, >> const char *relPath); >> >> Similar to virDomainGetXMLDesc(), except with a new relPath argument. All >> disk descriptions in the XML will be relative to this path. >> >> virDomainPtr virDomainDefineRelativeXML(virConnectPtr conn, const char *xml, >> const char *relPath); > > A great idea, but can we put a stop to function names with mixed > case identifiers, please? Let's stick with all lower case with > underscores between "words". I'm probably too late for this type > of comment, but it doesn't hurt to try...
We want to keep the naming convention consistent in libvirt, and we inherited the rest from upstream, so it can't be changed in this case. -Ryan > _______________________________________________ xen-discuss mailing list [email protected]
