Revision 1843 trunk/base/collections.h

collections.h (revision 1843)
79 79
    int par2_start_num;
80 80
    int par2_end_num;
81 81
    int par2_num_blocks;
82
    guint64  file_id;               // Necessary for the SQLite database
83
    gboolean file_is_new;           // Necessary for the SQLite database
84
    gboolean file_is_changed;       // Necessary for the SQLite database
85
    gboolean position_is_changed;   // Necessary for the SQLite database
86 82
} NNTPFile;
87 83

                
88 84
typedef struct _nntp_collection {
... ...
100 96
    gboolean stop_flag;
101 97
    int position;
102 98
    GList *par2sets;                // This list contains PAR2Set pointers
103
    guint64  collection_id;         // Necessary for the SQLite database
104
    gboolean collection_is_new;     // Necessary for the SQLite database
105
    gboolean collection_is_changed; // Necessary for the SQLite database
106 99
} NNTPCollection;
107 100

                
108 101
#endif /* _COLLECTIONS_H */

Also available in: Unified diff