parheaders.h

Go to the documentation of this file.
00001 #include 
00002 #include 
00003 class ParHeaders {
00004  public:
00005   std::string setid;
00006   int packets;
00007   int recovery_block;
00008   int recoverable_files;
00009   int other_files;
00010   int block_size;
00011   int data_blocks;
00012 #ifdef WIN32
00013   long data_size;
00014 #else
00015   uint64_t data_size;
00016 #endif
00017   int chunk_size;
00018   
00019   ParHeaders(void);
00020 
00021 };

Generated on Sun Oct 12 01:45:30 2008 for NNTPGrab by  1.5.4