]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/tipc/port.h
tipc: Remove support for per-connection message sequence numbering
[mirror_ubuntu-zesty-kernel.git] / net / tipc / port.h
index 34ccb7c11e7139bc6ec11d24829e42bee56fbb31..87b9424ae0ecb92886fbb3f2ff7f1685ef7e7948 100644 (file)
@@ -119,7 +119,6 @@ struct user_port {
  * @pub_count: total # of publications port has made during its lifetime
  * @probing_state:
  * @probing_interval:
- * @last_in_seqno:
  * @timer_ref:
  * @subscription: "node down" subscription used to terminate failed connections
  */
@@ -147,7 +146,6 @@ struct tipc_port {
        u32 pub_count;
        u32 probing_state;
        u32 probing_interval;
-       u32 last_in_seqno;
        struct timer_list timer;
        struct tipc_node_subscr subscription;
 };