search for: node_status_t

Displaying 1 result from an estimated 1 matches for "node_status_t".

2008 Sep 30
1
Problem compiling tinc-1.0.8 on gcc-2.95
Hello. I found that anonymous structures does not work on gcc-2.95. If you guys want to support a bit older platforms I suggest fixing it. You can check out patch I created to fix this issue. I just added 2 extra structures to remove anonymous structs inside connection_status_t and node_status_t. Patch is here: ftp://borg.uu3.net/pub/unix/tinc/tinc.patch Attaching it as well. Regards, Borg -------------- next part -------------- diff -ubr tinc-1.0.8/src/connection.h tinc-1.0.8.my/src/connection.h --- tinc-1.0.8/src/connection.h Thu Aug 10 00:27:26 2006 +++ tinc-1.0.8.my/src/connection.h...