Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
statusd_shm.h
Package: sendmail.8.10.0.Beta10.tar.Z [view]
Upload User: xu_441
Upload Date: 2007-01-04
Package Size: 1640k
Code Size: 1k
Category:
Email Client
Development Platform:
Unix_Linux
- /*
- * Copyright (c) 1999 Sendmail, Inc. and its suppliers.
- * All rights reserved.
- *
- * By using this file, you agree to the terms and conditions set
- * forth in the LICENSE file which can be found at the top level of
- * the sendmail distribution.
- *
- * $Id: statusd_shm.h,v 8.4 1999/05/18 08:00:04 gshapiro Exp $
- *
- * Contributed by Exactis.com, Inc.
- *
- */
- /*
- ** The shared memory part of statusd.
- **
- ** Attach to STATUSD_SHM_KEY and update the counter appropriate
- ** for your type of service.
- **
- */
- #define STATUSD_MAGIC 110946
- #define STATUSD_SHM_KEY (key_t)(13)
- #define STATUSD_LONGS (2)
- typedef struct {
- unsigned long magic;
- unsigned long ul[STATUSD_LONGS];
- } STATUSD_SHM;
- /*
- ** Offsets into ul[]. The appropriate program
- ** increments these as appropriate.
- */
- #define STATUSD_COOKIE (0) /* reregister cookie */
- /* sendmail */
- #define STATUSD_SM_NSENDMAIL (1) /* how many running */
- extern void shmtick __P((int, int));