ust: continue work
[ust.git] / libustcomm / ustcomm.h
index fe4103644329ad7c25a94b6580cd3a8550cbd07d..ab475d9a64f059545faa3e91a9b3730c7b656299 100644 (file)
@@ -4,13 +4,13 @@
 #include <sys/types.h>
 
 struct ustcomm_app {
-       /* the socket for serving the external requests */
+       /* the "server" socket for serving the external requests */
        int fd;
        char *socketpath;
 };
 
 struct ustcomm_ustd {
-       /* the socket for serving the external requests */
+       /* the "server" socket for serving the external requests */
        int fd;
        char *socketpath;
 };
This page took 0.022594 seconds and 4 git commands to generate.