Diff for /libaitio/inc/aitio.h between versions 1.38.10.17 and 1.38.10.18

version 1.38.10.17, 2013/12/15 22:31:44 version 1.38.10.18, 2013/12/15 22:33:08
Line 82  typedef struct { Line 82  typedef struct {
         unsigned int                    prog_inin;      /* init progs */          unsigned int                    prog_inin;      /* init progs */
         unsigned int                    prog_maxn;      /* max progs */          unsigned int                    prog_maxn;      /* max progs */
         unsigned int                    prog_cnum;      /* current progs */          unsigned int                    prog_cnum;      /* current progs */
         unsigned int                    prog_poll;      /* purge unused instances after sec */  
         char                            prog_name[PATH_MAX];          char                            prog_name[PATH_MAX];
   
         pthread_mutex_t                 prog_mtx;          pthread_mutex_t                 prog_mtx;

Removed from v.1.38.10.17  
changed lines
  Added in v.1.38.10.18


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