[Linuxptp-devel] [PATCH RFC 1/8] transport: Use the proper enumerated event code.

2018-04-07 Thread Richard Cochran
Originally the 'event' parameter to transport_send() was a single Boolean flag. Over time, we grew an enumerated list of event flavors, but the function signatures were never updated. This patch changes the methods to use the proper type. Signed-off-by: Richard Cochran --- raw.c

Re: [Linuxptp-devel] [PATCH RFC 1/8] transport: Use the proper enumerated event code.

2018-04-09 Thread Keller, Jacob E
> -Original Message- > From: Richard Cochran [mailto:richardcoch...@gmail.com] > Sent: Saturday, April 07, 2018 8:06 PM > To: linuxptp-devel@lists.sourceforge.net > Subject: [Linuxptp-devel] [PATCH RFC 1/8] transport: Use the proper > enumerated event code. > &g