Module: xenomai-forge Branch: master Commit: 3928d5f57a1de2cc89f1441ea86236789673a32a URL: http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=3928d5f57a1de2cc89f1441ea86236789673a32a
Author: Philippe Gerum <[email protected]> Date: Sat Nov 12 22:43:35 2011 +0100 alchemy/pipe: add LART to failed socket creation --- lib/alchemy/pipe.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/alchemy/pipe.c b/lib/alchemy/pipe.c index 604c103..e6d4044 100644 --- a/lib/alchemy/pipe.c +++ b/lib/alchemy/pipe.c @@ -93,6 +93,7 @@ int rt_pipe_create(RT_PIPE *pipe, sock = __RT(socket(AF_RTIPC, SOCK_DGRAM, IPCPROTO_XDDP)); if (sock < 0) { + warning("RTIPC/XDDP protocol not supported by kernel"); ret = -errno; xnfree(pcb); goto out; _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
