adjusted to latest changes.
This commit is contained in:
@@ -270,7 +270,7 @@ int testTty2(int argc, char **argv)
|
|||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
endpointObject=AQH_TtyEndpoint2_new(eventLoop, fd);
|
endpointObject=AQH_TtyEndpoint2_new(eventLoop, fd, 0);
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
AQH_EventLoop_Run(eventLoop, 500);
|
AQH_EventLoop_Run(eventLoop, 500);
|
||||||
|
|||||||
Reference in New Issue
Block a user