fop.h 460 Bytes
Newer Older
unknown's avatar
unknown committed
1 2 3
/*-
 * See the file LICENSE for redistribution information.
 *
unknown's avatar
unknown committed
4
 * Copyright (c) 2001-2005
unknown's avatar
unknown committed
5 6
 *	Sleepycat Software.  All rights reserved.
 *
unknown's avatar
unknown committed
7
 * $Id: fop.h,v 12.3 2005/10/04 18:22:22 bostic Exp $
unknown's avatar
unknown committed
8 9 10 11 12
 */

#ifndef	_FOP_H_
#define	_FOP_H_

unknown's avatar
unknown committed
13 14 15 16 17
#define	MAKE_INMEM(D) do {					\
	F_SET((D), DB_AM_INMEM);				\
	(void)__memp_set_flags((D)->mpf, DB_MPOOL_NOFILE, 1);	\
} while (0)

unknown's avatar
unknown committed
18 19 20 21
#include "dbinc_auto/fileops_auto.h"
#include "dbinc_auto/fileops_ext.h"

#endif /* !_FOP_H_ */