ust: make lttd work
[ust.git] / libustcomm / ustcomm.h
index e661a5518bd577631255588a1d461eadf3d9e46e..0de4ad4610e411b492fff779e077ed9ada6f03df 100644 (file)
@@ -11,6 +11,7 @@ struct ustcomm_connection {
        int fd;
 };
 
+/* ustcomm_server must be shallow-copyable */
 struct ustcomm_server {
        /* the "server" socket for serving the external requests */
        int listen_fd;
@@ -27,6 +28,7 @@ struct ustcomm_app {
        struct ustcomm_server server;
 };
 
+/* ustcomm_source must be shallow-copyable */
 struct ustcomm_source {
        int fd;
        void *priv;
This page took 0.022394 seconds and 4 git commands to generate.