Endpoint field name
This commit is contained in:
parent
b103bf5dc7
commit
9f200f8807
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue