openthread / ot-commissioner

OpenThread Commissioner, a Thread commissioner for joining new Thread devices and managing Thread networks.
https://openthread.io/
BSD 3-Clause "New" or "Revised" License
52 stars 35 forks source link

[third-party] use libevent 2.1.11-stable #94

Closed wgtdkp closed 4 years ago

wgtdkp commented 4 years ago

This PR set the version of libevent to 2.1.11-stable.

The latest libevent master introduced pthread features (pthread_mutexattr_setprotocol) that are not supported on Android 5 (API level = 21).

codecov-io commented 4 years ago

Codecov Report

Merging #94 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #94   +/-   ##
=======================================
  Coverage   59.95%   59.95%           
=======================================
  Files          55       55           
  Lines        5366     5366           
=======================================
  Hits         3217     3217           
  Misses       2149     2149