]> rtime.felk.cvut.cz Git - frescor/fwp.git/commitdiff
Little compilation fixes
authorMartin Molnar <molnar@sum.(none)>
Tue, 5 Feb 2008 15:08:03 +0000 (16:08 +0100)
committerMartin Molnar <molnar@sum.(none)>
Tue, 5 Feb 2008 15:08:03 +0000 (16:08 +0100)
fwp/libfwp/include/fwp_endpoint.h

index 2fdc85289addcc12d2519a770e5f9b872b71ddee..d140ac0eab50eed902bd3245ef41bfb286421593 100644 (file)
@@ -21,7 +21,8 @@ struct fwp_endpoint{
        int vres_id;
        //int node; 
        //int port;
-       struct fwp_socket socket;
+//     struct fwp_socket socket;
+       struct sockaddr_in addr;
        int sockd;
        int status;
 };