From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <43787FCB.2050909@domain.hid> Date: Mon, 14 Nov 2005 13:15:07 +0100 From: =?ISO-8859-1?Q?Ignacio_Garc=EDa_P=E9rez?= MIME-Version: 1.0 References: <43786C64.1050404@domain.hid> In-Reply-To: <43786C64.1050404@domain.hid> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Xenomai-help] xn_pipe_create [minor] List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org Hi, The registry system is great, allows to forget about agreeing about an arbitrary minor number for pipes. But as far as I ca see, you still have to pass an unique "minor" number to rt_pipe_create. What if you have several rt modules?... you must make sure you assign different minor numbers to each pipe!. Wouldn't be useful to have a way to let the rt_pipe_create decide which minor to use? (a free one, of course) Nacho.