On Tue, Apr 26, 2016 at 08:57:08PM +0000, Hefty, Sean wrote: > > > +* There are 4 types of join states: > > > +* FullMember, NonMember, SendOnlyNonMember, SendOnlyFullMember. > > > +*/ > > > +enum { > > > + FULLMEMBER_JOIN, > > > + NONMEMBER_JOIN, > > > + SENDONLY_NONMEBER_JOIN, > > > + SENDONLY_FULLMEMBER_JOIN, > > > + NUM_JOIN_MEMBERSHIP_TYPES = 4 > > These seem better suited as flags -- fullmember (y/n), sendonly (y/n) Thanks, excellent point. > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html