]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1156] lock_thread_to_processor() should be declared in header
authorDanny Mayer <mayer@ntp.org>
Sun, 12 Apr 2009 04:45:48 +0000 (00:45 -0400)
committerDanny Mayer <mayer@ntp.org>
Sun, 12 Apr 2009 04:45:48 +0000 (00:45 -0400)
bk: 49e171fcyEl_ve_R1p7zZr6EA6pzcQ

ports/winnt/include/clockstuff.h
ports/winnt/ntpd/nt_clockstuff.c

index d578664889e3eed89ecf1ec218c2def2cf77fa9d..f523bd74df654b3d7536f850df0ee50d3ef11c4c 100644 (file)
@@ -16,6 +16,7 @@
 void init_winnt_time(void);
 void shutdown_winnt_time(void);
 void reset_winnt_time(void);
+void lock_thread_to_processor(HANDLE);
 
 /* 100ns intervals between 1/1/1601 and 1/1/1970 as reported by
  * SystemTimeToFileTime()
index 874a78a9eaca97b8a07b71c52ac1efc13a9560b7..465e89b8ee9d6fd8b97854011e92d86277ca835e 100644 (file)
@@ -92,7 +92,6 @@ static LONGLONG ls_elapsed;
 
 static void StartClockThread(void);
 static void StopClockThread(void);
-void lock_thread_to_processor(HANDLE);
 
 
 static CRITICAL_SECTION TimerCritialSection; /* lock for LastTimerCount & LastTimerTime */