--- freem/src/journal.h 2025/03/09 15:20:18 1.2 +++ freem/src/journal.h 2025/04/08 20:00:56 1.4 @@ -1,24 +1,12 @@ /* - * * - * * * - * * * - * *************** - * * * * * - * * MUMPS * - * * * * * - * *************** - * * * - * * * - * * - * - * journal.h + * $Id: journal.h,v 1.4 2025/04/08 20:00:56 snw Exp $ * Function prototypes, structs, and macros for FreeM * journaling implementation * * * Author: Serena Willis * Copyright (C) 1998 MUG Deutschland - * Copyright (C) 2020 Coherent Logic Development LLC + * Copyright (C) 2020, 2025 Coherent Logic Development LLC * * * This file is part of FreeM. @@ -36,6 +24,16 @@ * You should have received a copy of the GNU Affero Public License * along with FreeM. If not, see . * + * $Log: journal.h,v $ + * Revision 1.4 2025/04/08 20:00:56 snw + * Global handler now uses a header file and maintains the last journaling transaction ID + * + * Revision 1.3 2025/03/09 19:14:25 snw + * First phase of REUSE compliance and header reformat + * + * + * SPDX-FileCopyrightText: (C) 2025 Coherent Logic Development LLC + * SPDX-License-Identifier: AGPL-3.0-or-later **/ #ifndef _JOURNAL_H @@ -58,6 +56,7 @@ #include "jnldefs.h" +extern unsigned long jnl_tran_id; extern short jnl_enabled; extern short jnl_init(char *jnlfile, char *hostid, unsigned long jnl_cut_threshold, unsigned long tran_id);