diff options
author | dscho <dscho> | 2002-01-16 19:45:21 +0000 |
---|---|---|
committer | dscho <dscho> | 2002-01-16 19:45:21 +0000 |
commit | 9fb7fef3c6ff17651255e78a96ae20d96c0d46b4 (patch) | |
tree | 12298025ad0e5c56d15361a55d7a57a1120a9fa0 /1instance.c | |
parent | 94570b019a8e88df41deeee4acbfbc545a12829a (diff) | |
download | libtdevnc-9fb7fef3c6ff17651255e78a96ae20d96c0d46b4.tar.gz libtdevnc-9fb7fef3c6ff17651255e78a96ae20d96c0d46b4.zip |
clean ups and encoding "backchannel"
Diffstat (limited to '1instance.c')
-rw-r--r-- | 1instance.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/1instance.c b/1instance.c index 580b9cd..78d6b27 100644 --- a/1instance.c +++ b/1instance.c @@ -98,7 +98,9 @@ int loop_if_server(single_instance_struct* str,event_dispatcher dispatcher) void send_message(single_instance_struct* str,char* message) { +#ifdef DEBUG_1INSTANCE int i= +#endif write(str->fd,message,strlen(message)); #ifdef DEBUG_1INSTANCE fprintf(stderr,"send: %s => %d(%d)\n",message,i,strlen(message)); |