diff options
| author | Mitesh Kanjariya <mitesh@cumulusnetworks.com> | 2018-01-11 09:00:23 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-11 09:00:23 -0800 |
| commit | 9bb77a5b3dec12a71ef816699e491e2b832343ec (patch) | |
| tree | e046f33132343f975e28bfcf2b9999c69a1c70eb /lib/frr_pthread.h | |
| parent | 523cafc4181b4d9f26147d44f71ba0d9b7adef53 (diff) | |
| parent | c1240044fbf081bb7407b1449d3954e4b63fec9f (diff) | |
Merge branch 'master' into evpn-symmetric-routing
Diffstat (limited to 'lib/frr_pthread.h')
| -rw-r--r-- | lib/frr_pthread.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/frr_pthread.h b/lib/frr_pthread.h index 9dee5fcca4..f6000340a7 100644 --- a/lib/frr_pthread.h +++ b/lib/frr_pthread.h @@ -130,6 +130,9 @@ int frr_pthread_stop(unsigned int id, void **result); /* Stops all frr_pthread's. */ void frr_pthread_stop_all(void); +/* Yields the current thread of execution */ +void frr_pthread_yield(void); + /* Returns a unique identifier for use with frr_pthread_new(). * * Internally, this is an integer that increments after each call to this |
