Commit 45043c1f467c540546630f873f354f1bb6e1077b
1 parent
36529dfd
Exists in
master
and in
1 other branch
Adding WaitForReady method.
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
client/src/core/host.cc
common/src/include/lib3270/ipc.h
| ... | ... | @@ -307,6 +307,8 @@ |
| 307 | 307 | void connect(const char *url, bool sync = true); |
| 308 | 308 | void disconnect(); |
| 309 | 309 | |
| 310 | + void waitForReady(time_t timeout = DEFAULT_TIMEOUT); | |
| 311 | + | |
| 310 | 312 | inline ProgramMessage getProgramMessage() const { |
| 311 | 313 | return session->getProgramMessage(); |
| 312 | 314 | } | ... | ... |