This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
criu
Watch
2
Star
0
Fork
0
You've already forked criu
mirror of
https://github.com/checkpoint-restore/criu
synced
2025-08-22 01:51:51 +00:00
Code
Issues
Releases
Wiki
Activity
criu
/
images
/
time.proto
7 lines
101 B
Protocol Buffer
Raw
Normal View
History
Unescape
Escape
Add missing "proto2" syntax marker .. to address protobuf 3.x proto-c warnings Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
2016-07-01 21:49:54 +02:00
syntax
=
"proto2"
;
cpt/rst: access and modification time of ghost files Modification time changes after cpt/rst file_attr test in VZ7CT: CT-102 criu# cat test/zdtm/live/static/file_attr.out 15:05:05.315: 146: FAIL: file_attr.c:101: modification time has changed (errno = 11 (Resource temporarily unavailable)) https://jira.sw.ru/browse/PSBM-41401 v2: add timeval message, test seem to pass now - remove noauto Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com> Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2015-12-22 18:22:00 +03:00
message
timeval
{
required
uint64
tv_sec
=
1
;
required
uint64
tv_usec
=
2
;
}
Reference in New Issue
Copy Permalink