00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 #ifndef PQ2_actions
00013 #define PQ2_actions
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 void do_cache(bool clear = 1, const char *ds = 0);
00024 void do_ls(const char *ds, const char *opt = "");
00025 void do_ls_files_server(const char *ds, const char *server);
00026 void do_info_server(const char *server);
00027 void do_put(const char *ds, const char *opt);
00028 void do_rm(const char *ds);
00029 int  do_verify(const char *ds, const char *opt = 0, const char *redir = 0);
00030 void do_anadist(const char *ds, const char *newsrvs = 0, const char *ignsrvs = 0,
00031                 const char *excsrvs = 0, const char *metrics = "F", const char *fout = 0,
00032                 const char *plot = 0, const char *outfile = 0, const char *infile = 0);
00033 
00034 #endif