diff options
author | paul <paul> | 2005-04-22 02:57:03 +0200 |
---|---|---|
committer | paul <paul> | 2005-04-22 02:57:03 +0200 |
commit | 17fc128d6422d3c6045ff671973911c17db39276 (patch) | |
tree | 9adb150b7215d04151c293d5177b96037468efd9 /lib/thread.h | |
parent | 2004-05-22 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-17fc128d6422d3c6045ff671973911c17db39276.tar.xz frr-17fc128d6422d3c6045ff671973911c17db39276.zip |
- fix comment
Diffstat (limited to 'lib/thread.h')
-rw-r--r-- | lib/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thread.h b/lib/thread.h index 8f683c8bd..ae3f5509c 100644 --- a/lib/thread.h +++ b/lib/thread.h @@ -92,7 +92,7 @@ struct cpu_thread_history { #define THREAD_EXECUTE 7 /* Thread yield time. */ -#define THREAD_YIELD_TIME_SLOT 10 * 1000L /* 100ms */ +#define THREAD_YIELD_TIME_SLOT 10 * 1000L /* 10ms */ /* Macros. */ #define THREAD_ARG(X) ((X)->arg) |