Main Page | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Related Pages

fop.h

00001 /*-
00002  * See the file LICENSE for redistribution information.
00003  *
00004  * Copyright (c) 2001-2005
00005  *      Sleepycat Software.  All rights reserved.
00006  *
00007  * $Id: fop.h,v 12.3 2005/10/04 18:22:22 bostic Exp $
00008  */
00009 
00010 #ifndef _FOP_H_
00011 #define _FOP_H_
00012 
00013 #define MAKE_INMEM(D) do {                                      \
00014         F_SET((D), DB_AM_INMEM);                                \
00015         (void)__memp_set_flags((D)->mpf, DB_MPOOL_NOFILE, 1);   \
00016 } while (0)
00017 
00018 #include "dbinc_auto/fileops_auto.h"
00019 #include "dbinc_auto/fileops_ext.h"
00020 
00021 #endif /* !_FOP_H_ */

Generated on Sun Dec 25 12:14:22 2005 for Berkeley DB 4.4.16 by  doxygen 1.4.2