]> git.puffer.fish Git - matthieu/frr.git/commit
lib: On frr_pthread_new save a os_name
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 9 Jan 2019 18:41:46 +0000 (13:41 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 9 Jan 2019 19:30:43 +0000 (14:30 -0500)
commitb8dccd94f3d7408812240c375ea9885147300e70
treee01531c949473a45f42c1b8e573a2645398bdc7b
parent17c7cb4acd01c76ceb9daa667857169e28540993
lib: On frr_pthread_new save a os_name

On call of frr_pthread_new, save the os_name if given,
if not given use the name passed in( shortening to fit
in available space ) and finally if the name was not
passed in use the default value.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/frr_pthread.c