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

Telemetry - add symlink #25

Merged
merged 6 commits into from
Nov 5, 2024
Merged

Telemetry - add symlink #25

merged 6 commits into from
Nov 5, 2024

Conversation

SiskaPavel
Copy link
Collaborator

  • Telemetry - add symbolic link that is a special type of node that points to another node (either a file or directory) and enables indirect access to it.
  • AppFs - add support to read symlink
  • Add unit tests of symlink
  • Update README
  • Update advance example

@SiskaPavel SiskaPavel marked this pull request as draft October 7, 2024 00:13
@SiskaPavel SiskaPavel changed the base branch from main to makefile-typo October 7, 2024 00:21
Base automatically changed from makefile-typo to main October 7, 2024 00:50
@SiskaPavel SiskaPavel requested a review from Lukas955 October 7, 2024 06:53
@SiskaPavel SiskaPavel marked this pull request as ready for review October 7, 2024 07:20
@SiskaPavel SiskaPavel force-pushed the telemetry-symlink branch 5 times, most recently from 8b12cb4 to e81e3e0 Compare October 7, 2024 17:04
include/telemetry/directory.hpp Outdated Show resolved Hide resolved
include/telemetry/directory.hpp Outdated Show resolved Hide resolved
include/telemetry/directory.hpp Outdated Show resolved Hide resolved
src/telemetry/directory.cpp Outdated Show resolved Hide resolved
A symbolic link is a special type of node that points to another node (either a file or directory) and enables indirect access to it.
- Updated `fuseGetAttr` to handle symlink attributes.
- Added `readlinkCallback` to retrieve target of symbolic links.
@SiskaPavel SiskaPavel merged commit a41b3d1 into main Nov 5, 2024
19 checks passed
@SiskaPavel SiskaPavel deleted the telemetry-symlink branch November 5, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants