On Mon, Jul 29, 2013 at 10:47 AM, Ben Pfaff <b...@nicira.com> wrote:

> @@ -22,59 +22,55 @@
>  #include <sys/types.h>
>  #include "ovs-atomic.h"
>  #include "util.h"
> +
> +/* Mutex. */
>
>  struct OVS_LOCKABLE ovs_mutex {
>      pthread_mutex_t lock;
>      const char *where;
>  };
>
> -struct OVS_LOCKABLE ovs_rwlock {
> -    pthread_rwlock_t lock;
> -    const char *where;
> -};
> -
>

Hey Ben,

Want to ask why do you remove the rwlock here?

Kind Regards,
Alex Wang,
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to