} else {
ff_pkt->flags &= ~FO_SPARSE;
}
- if (sp->flags & FO_PORTABLE_DATA) {
- ff_pkt->flags |= FO_PORTABLE_DATA;
+ if (sp->flags & FO_PORTABLE) {
+ ff_pkt->flags |= FO_PORTABLE;
} else {
- ff_pkt->flags &= ~FO_PORTABLE_DATA;
+ ff_pkt->flags &= ~FO_PORTABLE;
}
ff_pkt->flags |= FO_PLUGIN; /* data from plugin */
Dsm_check(999);
jcr->plugin_ctx = &plugin_ctx_list[i];
update_ff_pkt(ff_pkt, sp);
-
/* reset plugin in JCR if not used this time */
} else {
jcr->plugin_ctx = NULL;
* Options saved int "options" of the include/exclude lists.
* They are directly jammed ito "flag" of ff packet
*/
-#define FO_PORTABLE_DATA (1<<0) /* Data is portable */
+#define FO_PORTABLE_DATA (1<<0) /* Data is portable (Not used) */
#define FO_MD5 (1<<1) /* Do MD5 checksum */
#define FO_COMPRESS (1<<2) /* Do compression */
#define FO_NO_RECURSION (1<<3) /* no recursion in directories */