summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostyantyn Ovechko <fastinetserver@gmail.com>2010-08-07 00:43:52 +0300
committerKostyantyn Ovechko <fastinetserver@gmail.com>2010-08-07 00:43:52 +0300
commitfee59abeb820b08a41a47b94b5a370fc914e6d90 (patch)
tree9ee185f081c3088dc17e30ab998ad07b2f715a55 /segget/connection.h
parentUse .o files instead of .cpp in tuiclient.h (diff)
downloadidfetch-fee59abeb820b08a41a47b94b5a370fc914e6d90.tar.gz
idfetch-fee59abeb820b08a41a47b94b5a370fc914e6d90.tar.bz2
idfetch-fee59abeb820b08a41a47b94b5a370fc914e6d90.zip
Add WebUI support
[ui_server] tuiclient monitors segget's activity by establishing tcp connection with segget daemon (ui_server part of it). Same ip and port are used for WebUI which can be accessed from web browser via http://ui_ip:ui_port/
Diffstat (limited to 'segget/connection.h')
-rw-r--r--segget/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/segget/connection.h b/segget/connection.h
index 9ac5950..c1fcf6f 100644
--- a/segget/connection.h
+++ b/segget/connection.h
@@ -72,6 +72,7 @@ class Tconnection{
void stop(CURLcode connection_result);
void inc_bytes_per_last_interval(ulong new_bytes_count);
void show_connection_progress(ulong time_diff);
+ string get_html_connection_progress();
};
extern long script_waiting_connection_num;