Ports can now be specified by number or by name.
[lcr.git] / lcrsocket.h
index 6c7983f..e7d51c5 100644 (file)
@@ -65,6 +65,7 @@ struct admin_response_state {
 struct admin_response_interface {
        char            interface_name[32];
        int             portnum;
+       char            portname[64];
        int             block;
        int             ntmode;
        int             ptp;