tipc: use pseudo message to wake up sockets after link congestion
[firefly-linux-kernel-4.4.55.git] / net / tipc / port.h
index 3087da39ee47b2acf4f1d5b20babfb15a308d0be..6cdc7de8c9b859e3ddaa4ee08ec49a2a2e21e71b 100644 (file)
@@ -58,8 +58,6 @@
  * @ref: unique reference to port in TIPC object registry
  * @phdr: preformatted message header used when sending messages
  * @port_list: adjacent ports in TIPC's global list of ports
- * @wait_list: adjacent ports in list of ports waiting on link congestion
- * @waiting_pkts:
  * @publications: list of publications for port
  * @pub_count: total # of publications port has made during its lifetime
  * @probing_state:
@@ -77,8 +75,6 @@ struct tipc_port {
        u32 ref;
        struct tipc_msg phdr;
        struct list_head port_list;
-       struct list_head wait_list;
-       u32 waiting_pkts;
        struct list_head publications;
        u32 pub_count;
        u32 probing_state;