Whamcloud - gitweb
LU-2456 lnet: Dynamic LNet Configuration (DLC)
[fs/lustre-release.git] / lnet / include / lnet / lib-types.h
index b9b9f45..41fa32b 100644 (file)
@@ -539,6 +539,8 @@ typedef struct lnet_peer {
 struct lnet_peer_table {
        int                     pt_version;     /* /proc validity stamp */
        int                     pt_number;      /* # peers extant */
 struct lnet_peer_table {
        int                     pt_version;     /* /proc validity stamp */
        int                     pt_number;      /* # peers extant */
+       int                     pt_zombies;     /* # zombies to go to deathrow
+                                                * (and not there yet) */
        struct list_head        pt_deathrow;    /* zombie peers */
        struct list_head        *pt_hash;       /* NID->peer hash */
 };
        struct list_head        pt_deathrow;    /* zombie peers */
        struct list_head        *pt_hash;       /* NID->peer hash */
 };
@@ -843,9 +845,6 @@ typedef struct
        /* registered LNDs */
        struct list_head                ln_lnds;
 
        /* registered LNDs */
        struct list_head                ln_lnds;
 
-       /* space for network names */
-       char                            *ln_network_tokens;
-       int                             ln_network_tokens_nob;
        /* test protocol compatibility flags */
        int                             ln_testprotocompat;
 
        /* test protocol compatibility flags */
        int                             ln_testprotocompat;