port ust to build system
[ust.git] / ust / ust.c
index 766a2fa2c01e20d20c4b3acd8c921a1aa135db0e..3f6bf1d0110aebea01c7f1bb01b15faeb22a8344 100644 (file)
--- a/ust/ust.c
+++ b/ust/ust.c
@@ -51,7 +51,10 @@ int main(int argc, char *argv[])
 
        char *msg = argv[2];
 
-       send_message(pid, msg, NULL);
+       struct ustcomm_connection conn;
+
+       ustcomm_connect_app(pid, &conn);
+       ustcomm_send_request(&conn, msg, NULL);
 
        return 0;
 }
This page took 0.022521 seconds and 4 git commands to generate.