From 9c51487d1a137ba898825a57d8b3091d4e025e31 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Thu, 31 Dec 2009 17:21:11 +0000 Subject: [PATCH] Renamed PPP tasks from "pppMain" to "pppInputThread" --- src/include/lwip/opt.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 5524ed85..a6b81b2a 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -1091,14 +1091,14 @@ #endif /** - * PPP_THREAD_NAME: The name assigned to the pppMain thread. + * PPP_THREAD_NAME: The name assigned to the pppInputThread. */ #ifndef PPP_THREAD_NAME -#define PPP_THREAD_NAME "pppMain" +#define PPP_THREAD_NAME "pppInputThread" #endif /** - * PPP_THREAD_STACKSIZE: The stack size used by the pppMain thread. + * PPP_THREAD_STACKSIZE: The stack size used by the pppInputThread. * The stack size value itself is platform-dependent, but is passed to * sys_thread_new() when the thread is created. */ @@ -1107,7 +1107,7 @@ #endif /** - * PPP_THREAD_PRIO: The priority assigned to the pppMain thread. + * PPP_THREAD_PRIO: The priority assigned to the pppInputThread. * The priority value itself is platform-dependent, but is passed to * sys_thread_new() when the thread is created. */