update to reflect internal threads reorganization

This commit is contained in:
Joel Sherrill
1996-03-21 20:19:03 +00:00
parent f99538d871
commit d08b1c758f
2 changed files with 44 additions and 0 deletions

View File

@@ -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 */

View File

@@ -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 */