* [Xenomai-core] [PATCH] fix breakage by #1185
@ 2006-06-10 16:52 Jan Kiszka
2006-06-10 22:04 ` Philippe Gerum
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2006-06-10 16:52 UTC (permalink / raw)
To: xenomai-core
[-- Attachment #1: Type: text/plain, Size: 514 bytes --]
Hi,
I guess this is more like what check-in #1185 wanted to achieve:
--- src/skins/vrtx/task.c (Revision 1186)
+++ src/skins/vrtx/task.c (Arbeitskopie)
@@ -247,5 +247,6 @@ void sc_unlock (void)
void sc_delay (long timeout)
{
XENOMAI_SKINCALL1(__vrtx_muxid,
- __vrtx_delay);
+ __vrtx_delay,
+ timeout);
}
Jan
PS: Is this distribution of sc_delay() intended: src/skins/vrtx/task.c
vs. ksrc/skins/vrtx/time.c?
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [Xenomai-core] [PATCH] fix breakage by #1185
2006-06-10 16:52 [Xenomai-core] [PATCH] fix breakage by #1185 Jan Kiszka
@ 2006-06-10 22:04 ` Philippe Gerum
0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2006-06-10 22:04 UTC (permalink / raw)
To: Jan Kiszka; +Cc: xenomai-core
Jan Kiszka wrote:
> Hi,
>
> I guess this is more like what check-in #1185 wanted to achieve:
>
> --- src/skins/vrtx/task.c (Revision 1186)
> +++ src/skins/vrtx/task.c (Arbeitskopie)
> @@ -247,5 +247,6 @@ void sc_unlock (void)
> void sc_delay (long timeout)
> {
> XENOMAI_SKINCALL1(__vrtx_muxid,
> - __vrtx_delay);
> + __vrtx_delay,
> + timeout);
> }
>
> Jan
>
>
> PS: Is this distribution of sc_delay() intended: src/skins/vrtx/task.c
> vs. ksrc/skins/vrtx/time.c?
>
Not really, but I will reorganize this stuff as work progresses on the
VRTX skin.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core
--
Philippe.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-10 22:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-10 16:52 [Xenomai-core] [PATCH] fix breakage by #1185 Jan Kiszka
2006-06-10 22:04 ` Philippe Gerum
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.