summaryrefslogtreecommitdiff
path: root/lib/frr_pthread.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-03-09 11:20:53 -0500
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-03-09 11:20:53 -0500
commitb1087f35076a01882e77dda1f9c841ac1000fdec (patch)
treeb0d40ad02bbf899ac9d568de1fc08e2d9f90b402 /lib/frr_pthread.h
parent985e36a609ac51d8e39e252e796097c12c33adb5 (diff)
lib: frr_pthread int size nits
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/frr_pthread.h')
-rw-r--r--lib/frr_pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/frr_pthread.h b/lib/frr_pthread.h
index 3990e2a4ce..91002dd8ef 100644
--- a/lib/frr_pthread.h
+++ b/lib/frr_pthread.h
@@ -149,7 +149,7 @@ void frr_pthread_destroy(struct frr_pthread *fpt);
*
* @return frr_thread associated with the provided id, or NULL on error
*/
-struct frr_pthread *frr_pthread_get(unsigned int id);
+struct frr_pthread *frr_pthread_get(uint32_t id);
/*
* Creates a new pthread and binds it to a frr_pthread.