Skip to content
Snippets Groups Projects

more testing for sending

Merged Harrison Chen requested to merge hh6chen-more-testing-for-sending into main
2 files
+ 79
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -73,6 +73,7 @@ void handle(struct Request *request, struct Task *currtask)
if (send_task == NULL)
{
append_task(g_blocked_receive, currtask);
return;
}
send_message(send_task, currtask);
append_task(currtask->priority, currtask);
Loading