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-23 02:17:22 +00:00
Code
Issues
Releases
Wiki
Activity
criu
/
test
/
others
/
unix-callback
/
unix.proto
7 lines
94 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"
;
tests: check callback-s for dumping and restoring sockets (v2) Here are client, server programs and two libraries for dumping client sockets and syslog socket. The client can ask server to save a value and then request it later. We suppose that after dumping and restoring the client will get the same value. So the dump callback requests the value and save it in a file. The restore callback creates a new socket and ask server to save the value from the file. v2: open a syslog socket Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-12-19 21:35:03 +04:00
message
unix_test
{
required
uint32
val
=
1
;
required
bytes
name
=
2
;
}
Reference in New Issue
Copy Permalink