version 1.3, 2025/03/09 19:14:25
|
version 1.4, 2025/04/08 20:00:56
|
Line 25
|
Line 25
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* 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 |
* Revision 1.3 2025/03/09 19:14:25 snw |
* First phase of REUSE compliance and header reformat |
* First phase of REUSE compliance and header reformat |
* |
* |
Line 53
|
Line 56
|
|
|
#include "jnldefs.h" |
#include "jnldefs.h" |
|
|
|
extern unsigned long jnl_tran_id; |
extern short jnl_enabled; |
extern short jnl_enabled; |
|
|
extern short jnl_init(char *jnlfile, char *hostid, unsigned long jnl_cut_threshold, unsigned long tran_id); |
extern short jnl_init(char *jnlfile, char *hostid, unsigned long jnl_cut_threshold, unsigned long tran_id); |