[BACK]Return to app.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / lib / isc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mpl/bind/dist/lib/isc/app.c between version 1.5 and 1.6

version 1.5, 2021/04/03 22:44:43 version 1.6, 2021/08/19 11:50:18
Line 52 
Line 52 
  */   */
   
 static isc_thread_t blockedthread;  static isc_thread_t blockedthread;
 static atomic_bool is_running;  static atomic_bool is_running = ATOMIC_VAR_INIT(0);
   
 #ifdef WIN32  #ifdef WIN32
 /*  /*

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>