All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] Mixing linux and alchemy (cobalt) calls
@ 2015-02-06 14:47 Anders Blomdell
  2015-02-06 15:11 ` Philippe Gerum
  0 siblings, 1 reply; 17+ messages in thread
From: Anders Blomdell @ 2015-02-06 14:47 UTC (permalink / raw)
  To: Xenomai@xenomai.org

I have an application that need both realtime and linux sockets, am I correct in assuming that
withe the alchemy skin I could access them like

  socket(...           // Linux version
  __real_socket(...    // Linux version
  __cobalt_socket(...  // Alchemy/cobalt version

while under the cobalt skin, it would be:

  socket(...           // Alchemy/cobalt version
  __real_socket(...    // Linux version
  __cobalt_socket(...  // Alchemy/cobalt version


/Anders
-- 
Anders Blomdell                  Email: anders.blomdell@control.lth.se
Department of Automatic Control
Lund University                  Phone:    +46 46 222 4625
P.O. Box 118                     Fax:      +46 46 138118
SE-221 00 Lund, Sweden



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-02-09 20:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06 14:47 [Xenomai] Mixing linux and alchemy (cobalt) calls Anders Blomdell
2015-02-06 15:11 ` Philippe Gerum
2015-02-06 15:34   ` Anders Blomdell
2015-02-06 15:49     ` Philippe Gerum
2015-02-06 15:56       ` Anders Blomdell
2015-02-06 16:12         ` Gilles Chanteperdrix
2015-02-06 16:16           ` Gilles Chanteperdrix
2015-02-09 15:52             ` Anders Blomdell
2015-02-09 15:57               ` Gilles Chanteperdrix
2015-02-09 16:10                 ` Anders Blomdell
2015-02-09 16:24                   ` Gilles Chanteperdrix
2015-02-09 17:02                     ` Anders Blomdell
2015-02-09 17:14                       ` Philippe Gerum
2015-02-09 17:27                       ` Philippe Gerum
2015-02-09 17:38                         ` Anders Blomdell
2015-02-09 20:08                           ` Philippe Gerum
2015-02-09 20:15                             ` Anders Blomdell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.