From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe Gerum In-Reply-To: <4662C02D.4010307@domain.hid> References: <4662C02D.4010307@domain.hid> Content-Type: text/plain Date: Sun, 03 Jun 2007 16:21:10 +0200 Message-Id: <1180880470.5013.8.camel@domain.hid> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: Philippe Gerum Subject: Re: [Xenomai-core] Kill nkpod? Reply-To: rpm@xenomai.org List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: xenomai-core On Sun, 2007-06-03 at 15:20 +0200, Jan Kiszka wrote: > Hi Philippe, > > if I got your latest refactoring correctly, there can now only be one > kind of pod registered: nkpod_struct. In that case, wouldn't it be > consequent to remove the nkpod indirection from Xenomai as well? There > are quite a few occurrences, I know... Yeah, but consistency is indeed worth the burden, I agree. Actually, I somehow killed it in my local repo, where nkpod is now defined as (&nkpod_struct), and a special init bit has been added to the pod flags to represent the former nkpod == NULL case. -- Philippe.