[BACK]Return to ox.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / include

Diff for /OpenXM_contrib2/asir2000/include/ox.h between version 1.31 and 1.32

version 1.31, 2018/03/29 01:32:53 version 1.32, 2020/10/04 03:14:08
Line 45 
Line 45 
  * 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_contrib2/asir2000/include/ox.h,v 1.30 2016/06/29 05:10:14 ohara Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/ox.h,v 1.31 2018/03/29 01:32:53 noro Exp $
 */  */
 #include "com.h"  #include "com.h"
   
Line 318  void ox_launch_main(int with_x,NODE arg,Obj *p);
Line 318  void ox_launch_main(int with_x,NODE arg,Obj *p);
 int register_server(int af_unix,int m,int c,int fd);  int register_server(int af_unix,int m,int c,int fd);
 int get_mcindex(int i);  int get_mcindex(int i);
 void shutdown_all();  void shutdown_all();
   int register_102(int s1,int rank,int is_master);
   
 /* library functions */  /* library functions */
 void asir_ox_push_cmo(void *);  void asir_ox_push_cmo(void *);
Line 326  void asir_ox_push_cmd(int);
Line 327  void asir_ox_push_cmd(int);
 void asir_ox_execute_string(char *);  void asir_ox_execute_string(char *);
 int asir_ox_peek_cmo_size();  int asir_ox_peek_cmo_size();
 int asir_ox_init(int);  int asir_ox_init(int);
   int no_ox_reset(int s);

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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