Endpoint field name
This commit is contained in:
		
							parent
							
								
									b103bf5dc7
								
							
						
					
					
						commit
						9f200f8807
					
				@ -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("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 * */
 | 
					  printf("Pointer to message buffer:		0x%04.4x\n", pt->p_messbuf);	/* message * */
 | 
				
			||||||
#endif
 | 
					#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
 | 
					#if 0
 | 
				
			||||||
  printf("Pointer to next ready process:	0x%04.4x\n", pt->p_nextready);	/* struct proc * */
 | 
					  printf("Pointer to next ready process:	0x%04.4x\n", pt->p_nextready);	/* struct proc * */
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user