runtests run the real test-libmallocwrap/.libs/prog
[ust.git] / libustcomm / ustcomm.h
index 250883839d6187ca7976bb97ffb30cd95b4480ea..05d90ebc0f02c2bd2634024d6824f398b098e77b 100644 (file)
 struct ustcomm_connection {
        struct list_head list;
        int fd;
+       /* Data that has not yet been consumed: */
+       char *recv_buf;
+       int recv_buf_size;
+       int recv_buf_alloc;
 };
 
 /* ustcomm_server must be shallow-copyable */
@@ -64,6 +68,7 @@ extern int ustcomm_app_recv_message(struct ustcomm_app *app, char **msg, struct
 
 extern int ustcomm_init_app(pid_t pid, struct ustcomm_app *handle);
 extern void ustcomm_fini_app(struct ustcomm_app *handle);
+extern void ustcomm_free_app(struct ustcomm_app *app);
 
 extern int ustcomm_init_ustd(struct ustcomm_ustd *handle, const char *sock_path);
 
This page took 0.023839 seconds and 4 git commands to generate.