head	1.4;
access;
symbols
	RPM_4_2_1:1.1.1.1
	RPM_4_2:1.1.1.1
	RPM_4_1_1:1.1.1.1
	RPM_4_0_5:1.1.1.1
	RPM:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2008.01.02.09.52.19;	author rse;	state dead;
branches;
next	1.3;
commitid	z4cpSiAhOCXk5PLs;

1.3
date	2003.08.24.12.43.05;	author rse;	state Exp;
branches;
next	1.2;

1.2
date	2003.08.24.12.33.41;	author rse;	state dead;
branches;
next	1.1;

1.1
date	2002.08.14.16.31.51;	author rse;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.08.14.16.31.51;	author rse;	state Exp;
branches;
next	;


desc
@@


1.4
log
@remove the ancient RPM 4.2.1 source tree copy
@
text
@/*-
 * See the file LICENSE for redistribution information.
 *
 * Copyright (c) 1996-2002
 *	Sleepycat Software.  All rights reserved.
 *
 * Id: dbreg.src,v 10.22 2002/03/27 04:31:44 bostic Exp 
 */

PREFIX	__dbreg
DBPRIVATE

INCLUDE	#include "db_config.h"
INCLUDE
INCLUDE #ifndef NO_SYSTEM_INCLUDES
INCLUDE #include <sys/types.h>
INCLUDE
INCLUDE #include <ctype.h>
INCLUDE #include <string.h>
INCLUDE #endif
INCLUDE
INCLUDE #include "db_int.h"
INCLUDE #include "dbinc/crypto.h"
INCLUDE #include "dbinc/db_page.h"
INCLUDE #include "dbinc/db_dispatch.h"
INCLUDE #include "dbinc/db_am.h"
INCLUDE #include "dbinc/log.h"
INCLUDE #include "dbinc/rep.h"
INCLUDE #include "dbinc/txn.h"
INCLUDE

/*
 * Used for registering name/id translations at open or close.
 * opcode: register or unregister
 * name: file name
 * fileid: unique file id
 * ftype: file type
 * ftype: database type
 * id: transaction id of the subtransaction that created the fs object
 */
BEGIN register		2
ARG	opcode		u_int32_t	lu
DBT	name		DBT		s
DBT	uid		DBT		s
ARG	fileid		int32_t		ld
ARG	ftype		DBTYPE		lx
ARG	meta_pgno	db_pgno_t	lu
ARG	id		u_int32_t	lx
END
@


1.3
log
@Resolve: RPM 4.1 -> RPM 4.1.1
@
text
@@


1.2
log
@Resolve: RPM 4.0.5 -> RPM 4.1
@
text
@@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import: RPM 4.0.5
@
text
@@
