Keep controller ready status up-to-date.
authorGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Tue, 26 May 1987 07:30:27 +0000 (23:30 -0800)
committerGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Tue, 26 May 1987 07:30:27 +0000 (23:30 -0800)
SCCS-vsn: usr.bin/tn3270/ctlr/outbound.c 1.16

usr/src/usr.bin/tn3270/ctlr/outbound.c

index c41a686..23db97e 100644 (file)
@@ -577,4 +577,12 @@ Init3270()
     UnLocked = 1;
     OutputClock = 1;
     TransparentClock = -1;
     UnLocked = 1;
     OutputClock = 1;
     TransparentClock = -1;
+    SetOiaReady3274(&OperatorInformationArea);
+}
+
+
+void
+Stop3270()
+{
+    ResetOiaReady3274(&OperatorInformationArea);
 }
 }