Output should also yield 'recv' instead of 'read'.
This commit is contained in:
@@ -546,7 +546,7 @@ xmlOutEvent (const System sys, Roledef rd, const int run, const int index)
|
||||
* Currently, choose events are not distinguished yet. TODO
|
||||
*/
|
||||
case READ:
|
||||
eprintf ("read");
|
||||
eprintf ("recv");
|
||||
break;
|
||||
case SEND:
|
||||
eprintf ("send");
|
||||
|
||||
Reference in New Issue
Block a user