Endpoint field name

This commit is contained in:
Ben Gras 2006-03-03 12:13:37 +00:00
parent b103bf5dc7
commit 9f200f8807

View file

@ -265,7 +265,7 @@ struct proc *pt;
printf("Link to next proc wishing to send: 0x%04.4x\n", pt->p_sendlink); /* struct proc * */
printf("Pointer to message buffer: 0x%04.4x\n", pt->p_messbuf); /* message * */
#endif
printf("Expecting message from: 0x%04.4x\n", pt->p_getfrom); /* int */
printf("Expecting message from: 0x%04.4x\n", pt->p_getfrom_e); /* int */
#if 0
printf("Pointer to next ready process: 0x%04.4x\n", pt->p_nextready); /* struct proc * */
#endif