[rtems commit] score: Update due to API changes

Sebastian Huber sebh at rtems.org
Thu Jul 18 07:54:30 UTC 2013


Module:    rtems
Branch:    master
Commit:    cbfe05c95aff745a185beb6b4853de5c0cf93535
Changeset: http://git.rtems.org/rtems/commit/?id=cbfe05c95aff745a185beb6b4853de5c0cf93535

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jul 18 09:50:43 2013 +0200

score: Update due to API changes

---

 cpukit/score/src/mpci.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index e3e7eb8..97910d5 100644
--- a/cpukit/score/src/mpci.c
+++ b/cpukit/score/src/mpci.c
@@ -132,7 +132,8 @@ void _MPCI_Create_server( void )
     THREAD_START_NUMERIC,
     (void *) _MPCI_Receive_server,
     NULL,
-    0
+    0,
+    NULL
   );
 }
 




More information about the vc mailing list