[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 3 of 3] xl: allow for node-wise specification of vcpu pinning
On Tue, 2012-10-16 at 18:26 +0100, Dario Faggioli wrote: > + isnot = 1; > + } > + /* Check if we're dealing with a full node */ > + if (strstr(toka, "node:") == toka || strstr(toka, "nodes:") == toka) > { Isn't strstr(FOO, "thing") == FOO just an expensive way of writing strncmp(FOO, "ting", sizeof(...))? Ian _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |