Privatize headers
[ust.git] / libustconsumer / libustconsumer.c
index b47f04ab08779ce03db1f5f845110ef9f13ca172..c6dd20c355050c69c04ec8a5e97562f9d49c7056 100644 (file)
@@ -146,7 +146,7 @@ void decrement_active_buffers(void *arg)
        pthread_mutex_unlock(&instance->mutex);
 }
 
-static int get_pidunique(int sock, s64 *pidunique)
+static int get_pidunique(int sock, int64_t *pidunique)
 {
        struct ustcomm_header _send_hdr, *send_hdr;
        struct ustcomm_header _recv_hdr, *recv_hdr;
This page took 0.022917 seconds and 4 git commands to generate.