[BACK]Return to mpool.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / include

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

Diff for /src/include/mpool.h between version 1.15 and 1.16

version 1.15, 2016/09/24 20:11:43 version 1.16, 2016/09/24 21:18:09
Line 102  void  mpool_filter(MPOOL *, void (*)(voi
Line 102  void  mpool_filter(MPOOL *, void (*)(voi
 void    *mpool_new(MPOOL *, pgno_t *);  void    *mpool_new(MPOOL *, pgno_t *);
 void    *mpool_newf(MPOOL *, pgno_t *, unsigned int);  void    *mpool_newf(MPOOL *, pgno_t *, unsigned int);
 int      mpool_delete(MPOOL *, void *);  int      mpool_delete(MPOOL *, void *);
 void    *mpool_get(MPOOL *, pgno_t);  void    *mpool_get(MPOOL *, pgno_t, unsigned int);
 void    *mpool_getf(MPOOL *, pgno_t, unsigned int);  
 int      mpool_put(MPOOL *, void *, unsigned int);  int      mpool_put(MPOOL *, void *, unsigned int);
 int      mpool_sync(MPOOL *);  int      mpool_sync(MPOOL *);
 int      mpool_close(MPOOL *);  int      mpool_close(MPOOL *);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>