summaryrefslogtreecommitdiffstats
path: root/common/trans.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/trans.h')
-rw-r--r--common/trans.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/trans.h b/common/trans.h
index d9ad6c19..b7b9c20d 100644
--- a/common/trans.h
+++ b/common/trans.h
@@ -54,7 +54,7 @@ struct trans
struct stream* out_s;
char* listen_filename;
tis_term is_term; /* used to test for exit */
- int in_write;
+ struct stream* wait_s;
};
struct trans* APP_CC
@@ -74,7 +74,7 @@ trans_force_read(struct trans* self, int size);
int APP_CC
trans_force_write(struct trans* self);
int APP_CC
-trans_write_check(struct trans* self, int timeout);
+trans_write_copy(struct trans* self);
int APP_CC
trans_connect(struct trans* self, const char* server, const char* port,
int timeout);