-
Notifications
You must be signed in to change notification settings - Fork 905
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
refactor: cleanup libs relative include paths #2936
refactor: cleanup libs relative include paths #2936
Conversation
This PR may bring feature or behavior changes in the Falco engine and may require the engine version to be bumped. Please double check userspace/engine/falco_engine_version.h file. See versioning for FALCO_ENGINE_VERSION. /hold |
e5323a6
to
8421b6e
Compare
8421b6e
to
566d582
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
LGTM label has been added. Git tree hash: 935f80326f2089591a4941f8bf5ea8797626b640
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
There already is a /hold just in case since we tagged it as Falco 0.38 |
Could we get a rebase? Thanks! |
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
647968a
566d582
to
647968a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/unhold
LGTM label has been added. Git tree hash: ae432501f895bdb67d55195a94ade5a7cc44f72e
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Andreagit97, incertum, therealbobo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
What type of PR is this?
/kind cleanup
Any specific area of the project related to this PR?
What this PR does / why we need it:
This updates the include paths of libs. The motivation behind this is to improve readability of the code and provide a more explicit and organized structure for including header files owned by libs.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
This depends on falcosecurity/libs#1509.
Does this PR introduce a user-facing change?: