From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5457A482.7040900@xenomai.org> Date: Mon, 03 Nov 2014 16:51:30 +0100 From: Philippe Gerum MIME-Version: 1.0 References: <54509406.4000600@bmwedler.de> <54509629.8080107@bmwedler.de> <54577374.9010609@bmwedler.de> <5457811D.2030502@xenomai.org> <5457818E.80806@xenomai.org> <54579D7A.2010800@bmwedler.de> In-Reply-To: <54579D7A.2010800@bmwedler.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] Using pipes in 3.0rc List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Registrierungen , xenomai@xenomai.org On 11/03/2014 04:21 PM, Registrierungen wrote: > I tried with rc2, but now it returns with error 3 (not -3) ? http://xenomai.org/migrating-from-xenomai-2-x-to-3-x/#Message_pipes > > > Am 03.11.2014 14:22, schrieb Philippe Gerum: >> On 11/03/2014 02:20 PM, Philippe Gerum wrote: >>> On 11/03/2014 01:22 PM, Registrierungen wrote: >>>> Sorry for the late feedback. >>>> >>>> I found the source where it goes wrong: >>>> >>>> if (poolsize > 0) { >>>> ret = __RT(setsockopt(sock, SOL_XDDP, XDDP_POOLSZ, >>>> &poolsize, sizeof(poolsize))); >>>> if (ret) >>>> goto fail_sockopt; >>>> } >>>> >>>> Hope there could be found a solution for me. >>>> >>> The solution was given a few days ago: >>> >>> http://www.xenomai.org/pipermail/xenomai/2014-October/032054.html >>> >> Those patches are present in -rc2, released a couple of days ago. You >> should not bother with -rc1 anymore. >> > > -- Philippe.