]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/find.h
Add delta sequence to batch mode, accurate query and file daemon ff_pkt
[bacula/bacula] / bacula / src / findlib / find.h
index 6a57528a2e69a2c1a9fbad82d9b696be48f3a31b..4939d7446cf94a3c926acce16af57bc753ba670a 100644 (file)
@@ -197,6 +197,7 @@ struct FF_PKT {
    struct stat statp;                 /* stat packet */
    int32_t FileIndex;                 /* FileIndex of this file */
    int32_t LinkFI;                    /* FileIndex of main hard linked file */
+   int32_t delta_seq;                 /* Delta Sequence number */
    int32_t object_index;              /* Object index */
    int32_t object_len;                /* Object length */
    int32_t object_compression;        /* Type of compression for object */