From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason.wessel@windriver.com (Jason Wessel) Date: Thu, 24 Feb 2011 14:11:16 -0600 Subject: [ltt-dev] [UST PATCH] Allow backward compatibility to ustctl <= 0.11 for some commands In-Reply-To: <066CB591-C1F3-4E5F-8F04-349ACD9B1CEC@ludd.ltu.se> References: <1298562404-20669-1-git-send-email-jason.wessel@windriver.com> <066CB591-C1F3-4E5F-8F04-349ACD9B1CEC@ludd.ltu.se> Message-ID: <4D66BB64.7000009@windriver.com> On 02/24/2011 01:59 PM, Nils Carlson wrote: > Hi, > > Any reason you want to ifdef these? The idea with the new api was to > make it nicer, but I wouldn't mind being backwards compatible as well. > > If its ok with you I can pull this patch tomorrow and remove the > #ifdefs? > I put the #ifdef's in to show that it is cleanly implemented as per the requirement of Mathieu. I'll gladly send another patch with the #ifdef's removed and move the allocation of "int i" up with the other variables. Jason.