X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Frx%2Frx.h;h=b51822a2d7723621d10f56f14a316d221fffed0c;hp=343a18e299fe00ee872279c52b48f41de6bb5fbe;hb=3ad9c5583845986979a25d615a9640770a3bf9f6;hpb=f6d2a279b9f4899f2ab072d949f0d4ff11a517f6 diff --git a/src/rx/rx.h b/src/rx/rx.h index 343a18e..b51822a 100644 --- a/src/rx/rx.h +++ b/src/rx/rx.h @@ -254,7 +254,7 @@ struct rx_connection { struct rx_service *service; /* used by servers only */ u_short serviceId; /* To stamp on requests (clients only) */ afs_uint32 refCount; /* Reference count */ - u_char flags; /* Defined below */ + u_char flags; /* Defined below - (conn_data_lock) */ u_char type; /* Type of connection, defined below */ u_char secondsUntilPing; /* how often to ping for each active call */ u_char securityIndex; /* corresponds to the security class of the */