[BACK]Return to ox.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2018 / io

Diff for /OpenXM_contrib2/asir2018/io/ox.c between version 1.1 and 1.2

version 1.1, 2018/09/19 05:45:08 version 1.2, 2019/07/25 05:57:55
Line 44 
Line 44 
  * OF THE SOFTWARE HAS BEEN DEVELOPED BY A THIRD PARTY, THE THIRD PARTY   * OF THE SOFTWARE HAS BEEN DEVELOPED BY A THIRD PARTY, THE THIRD PARTY
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  * $OpenXM$   * $OpenXM: OpenXM_contrib2/asir2018/io/ox.c,v 1.1 2018/09/19 05:45:08 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 408  int check_by_mc(int s,unsigned int oxtag,unsigned int 
Line 408  int check_by_mc(int s,unsigned int oxtag,unsigned int 
     return 1;      return 1;
 }  }
   
   extern int Im_ox_plot;
   
 void begin_critical() {  void begin_critical() {
   critical_when_signal = 1;    critical_when_signal = 1;
 }  }
Line 437  void ox_usr1_handler(int sig)
Line 439  void ox_usr1_handler(int sig)
 #if !defined(VISUAL) && !defined(__MINGW32__)  #if !defined(VISUAL) && !defined(__MINGW32__)
   set_signal_for_restart(SIGUSR1,ox_usr1_handler);    set_signal_for_restart(SIGUSR1,ox_usr1_handler);
 #endif  #endif
     if ( Im_ox_plot ) {
       ox_flushing = 1;
       ox_send_sync(0);
       return;
     }
   if ( critical_when_signal ) {    if ( critical_when_signal ) {
     fprintf(stderr,"usr1 : critical\n");      fprintf(stderr,"usr1 : critical\n");
     ox_usr1_sent = 1;      ox_usr1_sent = 1;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>