<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello all!<br>
<br>
I make a cr_service() function for crtools. It will be used to
interact with programs though function criu_dump_me() from criu
library. cr_service() opens socket and listening to connections to
it. criu_dump_me() gets as an argument a link to struct
criu_dump_args, that, for now, contain images_dir_fd and
flags(temporarily unused). And sends it to socket.<br>
criu.org/Self_dump for more details.<br>
<br>
Signed-off-by: Ruslan Kupreev <a class="moz-txt-link-abbreviated" href="mailto:kupruser@gmail.com">kupruser@gmail.com</a><br>
<br>
<br>
<span style="color: rgb(0, 0, 0); font-family: sans-serif;
font-size: 13px; font-style: normal; font-variant: normal;
font-weight: normal; letter-spacing: normal; line-height:
19.1875px; orphans: auto; text-align: left; text-indent: 0px;
text-transform: none; white-space: normal; widows: auto;
word-spacing: 0px; -webkit-text-stroke-width: 0px;
background-color: rgb(255, 255, 255); display: inline !important;
float: none;"></span>
</body>
</html>