Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fileextractor: linux edition #1788

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Merge branch 'main' into linux-fileextractor
  • Loading branch information
delvinru authored Apr 27, 2024
commit 85a949e362ba0acbb9e95e020a7bae80787fb3df
4 changes: 4 additions & 0 deletions src/plugins/fileextractor/private.h
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ struct FILE_FS_DEVICE_INFORMATION
static const uint64_t BYTES_TO_READ = 0x10000;



/* Linux part for filextractor */
#define FLAG_O_DSYNC 00010000
#define FLAG_O_SYNC 04000000
Expand Down Expand Up @@ -572,4 +573,7 @@ struct linux_task_t
};

};

}

#endif // FILEDELETE_PRIVATE_H
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.