remote example: Hack the path in here instead.
[wrappi.git] / examples / remote.c
index ae1d5b6..95728aa 100644 (file)
@@ -33,6 +33,9 @@ main (int argc, char *argv[])
    */
   wrap_set_scheme (w, WRAP_SCHEME_SSH);
   wrap_set_hostname (w, hostname);
+#if 1
+  wrap_set_wrappid_path (w, "/home/rjones/d/wrappi/daemon/wrappid");
+#endif
 
   /* Connect the handle.  Because we didn't set any error handler,
    * errors will be printed on stderr, so we can just exit if we get