summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostyantyn Ovechko <fastinetserver@gmail.com>2010-07-24 15:31:12 +0300
committerKostyantyn Ovechko <fastinetserver@gmail.com>2010-07-24 15:31:12 +0300
commit3410b7deba33302c2e3f2d4c3b5bafc15f357f5a (patch)
tree810dff13ee7264e281e47997994319248298ab9a /segget/segget.h
parentAdd /etc/init.d/seggetd script to start|stop|restart|status segget daemon (diff)
downloadidfetch-3410b7deba33302c2e3f2d4c3b5bafc15f357f5a.tar.gz
idfetch-3410b7deba33302c2e3f2d4c3b5bafc15f357f5a.tar.bz2
idfetch-3410b7deba33302c2e3f2d4c3b5bafc15f357f5a.zip
Add request tool.
Request tool reads list of distfiles from ./pkg.list file and requests seggetd daemon to download distfiles from the list.
Diffstat (limited to 'segget/segget.h')
-rw-r--r--segget/segget.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/segget/segget.h b/segget/segget.h
index 45b4abd..4edf30e 100644
--- a/segget/segget.h
+++ b/segget/segget.h
@@ -55,6 +55,7 @@
#include "utils.h"
#include "ui_server.h"
#include "proxyfetcher.h"
+#include "requestserver.h"
using namespace std;
@@ -70,6 +71,10 @@ int pkg_choose_segment(Tpkg * cur_pkg, uint connection_num);
int choose_segment(uint connection_num);
int download_pkgs();
int main(int argc, char* argv[]);
-void *print_message_function( void *);
+void *refresh_tui_screen( void *);
+void launch_tui_thread();
+void launch_ui_server_thread();
+void launch_proxy_fetcher_server_thread();
+void launch_request_server_thread();
#endif \ No newline at end of file