From d08b1c758f41047368e9a3e9025faea6ca2d6007 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Mar 1996 20:19:03 +0000 Subject: update to reflect internal threads reorganization --- c/src/optman/rtems/no-mp.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'c/src/optman') diff --git a/c/src/optman/rtems/no-mp.c b/c/src/optman/rtems/no-mp.c index 21024acf89..9054f89d36 100644 --- a/c/src/optman/rtems/no-mp.c +++ b/c/src/optman/rtems/no-mp.c @@ -42,6 +42,10 @@ void _MPCI_Handler_initialization( { } +void _MPCI_Create_server( void ) +{ +} + void _MPCI_Initialization ( void ) { } @@ -110,4 +114,22 @@ void _MPCI_Announce ( void ) { } + +void _MPCI_Internal_packets_Send_process_packet ( + MPCI_Internal_Remote_operations operation +) +{ +} + +void _MPCI_Internal_packets_Process_packet ( + MP_packet_Prefix *the_packet_prefix +) +{ +} + +MPCI_Internal_packet *_MPCI_Internal_packets_Get_packet ( void ) +{ + return NULL; +} + /* end of file */ -- cgit v1.2.3