Ignore:
Timestamp:
Sep 2, 2001, 5:33:30 AM (24 years ago)
Author:
bird
Message:

Corrected memory name. (was renamed due to zombie)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/CmdQd/CmdQd.c

    r6625 r6627  
    1 /* $Id: CmdQd.c,v 1.4 2001-09-02 02:51:41 bird Exp $
     1/* $Id: CmdQd.c,v 1.5 2001-09-02 03:33:30 bird Exp $
    22 *
    33 * Command Queue Daemon / Client.
     
    113113*   Defined Constants And Macros                                               *
    114114*******************************************************************************/
    115 #define SHARED_MEM_NAME     "\\SHAREMEM\\CmdQd2"
     115#define SHARED_MEM_NAME     "\\SHAREMEM\\CmdQd"
    116116#define SHARED_MEM_SIZE     65536
    117117#define IDLE_TIMEOUT_MS     -1 //(60*1000*3)
Note: See TracChangeset for help on using the changeset viewer.