-
Notifications
You must be signed in to change notification settings - Fork 617
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
Move timers dump/restore code into separate file #335
Labels
Comments
@adrianreber This issue seems unresolved/ open. Can I work on this issue? |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
mihalicyn
added
no-auto-close
Don't auto-close as a stale issue
and removed
stale-issue
labels
Mar 13, 2023
ccccrrrr
added a commit
to ccccrrrr/criu
that referenced
this issue
Feb 29, 2024
move timers dump/restore code into separate file Signed-off-by: ccccrrrr <zcr1006@gmail.com>
ccccrrrr
added a commit
to ccccrrrr/criu
that referenced
this issue
Feb 29, 2024
Fixes: checkpoint-restore#335 move timers dump/restore code into separate file Signed-off-by: ccccrrrr <zcr1006@gmail.com>
ccccrrrr
added a commit
to ccccrrrr/criu
that referenced
this issue
Feb 29, 2024
Fixes: checkpoint-restore#335 move timers dump/restore code into separate file Signed-off-by: ccccrrrr <zcr1006@gmail.com>
ccccrrrr
added a commit
to ccccrrrr/criu
that referenced
this issue
Feb 29, 2024
Fixes: checkpoint-restore#335 move timers dump/restore code into separate file Signed-off-by: ccccrrrr <zcr1006@gmail.com>
ccccrrrr
added a commit
to ccccrrrr/criu
that referenced
this issue
Mar 5, 2024
Fixes: checkpoint-restore#335 move timers dump/restore code into separate file Signed-off-by: ccccrrrr <zcr1006@gmail.com>
ccccrrrr
added a commit
to ccccrrrr/criu
that referenced
this issue
Mar 6, 2024
Fixes: checkpoint-restore#335 move timers dump/restore code into separate file Signed-off-by: ccccrrrr <zcr1006@gmail.com>
avagin
pushed a commit
to avagin/criu
that referenced
this issue
Aug 16, 2024
Fixes: checkpoint-restore#335 Signed-off-by: ccccrrrr <zcr1006@gmail.com>
avagin
pushed a commit
that referenced
this issue
Sep 11, 2024
Fixes: #335 Signed-off-by: ccccrrrr <zcr1006@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
criu/cr-restore.c
file there's a set of functions starting fromprepare_posix_timers()
andprepare_itimers()
. Incriu/parasite-syscall.c
there's a set starting fromparasite_dump_itimers_seized()
andparasite_dump_posix_timers_seized()
.Both are better to be moved to separate .c file in the criu/ directory.
The text was updated successfully, but these errors were encountered: