35 lines
1.2 KiB
C
Executable File
35 lines
1.2 KiB
C
Executable File
#ifndef h_LGevents
|
|
#define h_LGevents
|
|
/******************************************************************************
|
|
*
|
|
* Header file for uniVerse log daemon sync events
|
|
*
|
|
* Module %M% Version %I% Date %H%
|
|
*
|
|
* (c) Copyright 1998 Ardent Software Inc. - All Rights Reserved
|
|
* This is unpublished proprietary source code of Ardent Software Inc.
|
|
* The copyright notice above does not evidence any actual or intended
|
|
* publication of such source code.
|
|
*
|
|
*******************************************************************************
|
|
*
|
|
* Maintenence log - insert most recent change descriptions at top
|
|
*
|
|
* Date.... GTAR# WHO Description.........................................
|
|
* 10/14/98 23801 SAP Change copyrights.
|
|
* 03/25/96 18212 LAG Initial creation and sccs.
|
|
*
|
|
******************************************************************************/
|
|
|
|
#define LGFATAL_MSG 0
|
|
#define LGFLUSH_REQ 1
|
|
#define LGFLUSH_ACK 2
|
|
#define LGFLUSH_CMP 3
|
|
#define LGFATAL_MSG_EVENTNAME "LGFATAL_MSG_EVENT"
|
|
#define LGFLUSH_REQ_EVENTNAME "LGFLUSH_REQ_EVENT"
|
|
#define LGFLUSH_ACK_EVENTNAME "LGFLUSH_ACK_EVENT"
|
|
#define LGFLUSH_CMP_EVENTNAME "LGFLUSH_CMP_EVENT"
|
|
#define LGWRITE_LOG_MUTEXNAME "LGWRITE_LOG_MUTEX"
|
|
|
|
#endif
|