You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file_op.c it is not being used for inventory (aka syscollector) in Windows, but it is used in Linux.
Since it might be used or necessary in the future, this issue requires that file_op and bzip2_op to be developed for Windows also.
Tasks
Analyze Dependencies
Review the existing implementations of file_op.c and bzip2_op.c on Linux.
Identify the dependencies and features that need to be ported or adjusted for Windows.
Develop Windows-Compatible Modules
Implement file_op.c functionality for Windows, ensuring compatibility with the Windows.
Port bzip2_op.c to Windows, leveraging an appropriate compression library (e.g., bzip2 with Windows-specific adjustments).
Testing
Develop unit tests to validate the new Windows implementations.
Conduct cross-platform testing to ensure consistent behavior between Windows and Linux.
cborla
changed the title
Platform Abstraction Layer - file_op compatibility for windows
Adapt file_op and bzip2_op compatibility for windows
Dec 16, 2024
Description
file_op.c
it is not being used for inventory (aka syscollector) in Windows, but it is used in Linux.Since it might be used or necessary in the future, this issue requires that
file_op
andbzip2_op
to be developed for Windows also.Tasks
Analyze Dependencies
file_op.c
andbzip2_op.c
on Linux.Develop Windows-Compatible Modules
file_op.c
functionality for Windows, ensuring compatibility with the Windows.bzip2_op.c
to Windows, leveraging an appropriate compression library (e.g.,bzip2
with Windows-specific adjustments).Testing
Related Issues and PRs
The text was updated successfully, but these errors were encountered: