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

Test old sessions #6

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Test old sessions #6

wants to merge 20 commits into from

Conversation

mt-omarov
Copy link
Owner

No description provided.

1. Define session class.
2. Define the basic structure of the basic functions.
3. Write the abstract logic of reading and writing session files with the stream and serialize functions.
…functions and simple logic for working with extra attributes for session files.
- add aliases with macros: getxattr(), setxattr() -> get_tag(), set_tag(),
- change flock() -> fcntl() with F_SETLKW,
- add an additional check for the validity of file descriptor in session_close()
- session_id(),
- session_start(),
- session_status()
@mt-omarov mt-omarov force-pushed the test_old_sessions branch 9 times, most recently from 1ad5751 to 68b322f Compare July 18, 2024 16:52
@mt-omarov mt-omarov force-pushed the test_old_sessions branch 4 times, most recently from 6b5e8e7 to 3f1e5c3 Compare July 22, 2024 22:04
@mt-omarov mt-omarov force-pushed the test_old_sessions branch 4 times, most recently from 995669e to 311a157 Compare July 22, 2024 23:10
@mt-omarov mt-omarov force-pushed the test_old_sessions branch 2 times, most recently from 6770308 to 45917e4 Compare July 23, 2024 14:35
@mt-omarov mt-omarov force-pushed the test_old_sessions branch 2 times, most recently from cfa8c40 to 3e65627 Compare July 23, 2024 18:33
@mt-omarov mt-omarov force-pushed the test_old_sessions branch from 3e65627 to a473ae0 Compare July 23, 2024 18:44
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.

1 participant