Diff for /libaitsched/inc/aitsched.h between versions 1.32 and 1.33

version 1.32, 2023/02/25 15:55:01 version 1.33, 2024/03/20 12:52:49
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2023Copyright 2004 - 2024
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 387  sched_task_t *schedQueryby(sched_root_task_t * __restr Line 387  sched_task_t *schedQueryby(sched_root_task_t * __restr
  *   *
  * @root = root task   * @root = root task
  * @on = Activate or =0 deactivate   * @on = Activate or =0 deactivate
 * return: -1 error or 0 ok * return: -1 error, 1 already started, 2 another thread already started or 0 ok
  */   */
 int schedSignalDispatch(sched_root_task_t * __restrict root, int on);  int schedSignalDispatch(sched_root_task_t * __restrict root, int on);
   

Removed from v.1.32  
changed lines
  Added in v.1.33


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