<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 19.03.2014 21:59, Deyan Doychev
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1395251966-15568-2-git-send-email-deyan@1h.com"
      type="cite">
      <pre wrap="">From: Deyan Doychev <a class="moz-txt-link-rfc2396E" href="mailto:deyandoichev@gmail.com">&lt;deyandoichev@gmail.com&gt;</a>

This function implements the --root command line option in libcriu.

Signed-off-by: Deyan Doychev <a class="moz-txt-link-rfc2396E" href="mailto:deyandoichev@gmail.com">&lt;deyandoichev@gmail.com&gt;</a>
---
 lib/criu.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/lib/criu.c b/lib/criu.c
index 33927e8..c5667aa 100644
--- a/lib/criu.c
+++ b/lib/criu.c
@@ -99,6 +99,11 @@ void criu_set_log_level(int log_level)
         opts-&gt;log_level                = log_level;
 }
 
+void criu_set_root(char *root)
+{
+        opts-&gt;root = strdup(root);
+}
+
 void criu_set_log_file(char *log_file)
 {
         opts-&gt;log_file = strdup(log_file);
</pre>
    </blockquote>
    <br>
    Thanks!<br>
    <br>
    <span style="color: rgb(50, 56, 54); font-family: Verdana, Geneva,
      Helvetica, Arial, sans-serif; font-size: 13px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: normal; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(242, 241, 237); display: inline !important;
      float: none;"></span>Reviewed-by: Ruslan Kuprieiev
    <a class="moz-txt-link-rfc2396E" href="mailto:kupruser@gmail.com">&lt;kupruser@gmail.com&gt;</a><br>
  </body>
</html>