loggingdaemon.h

来自「在LINUX下实现HA的源代码」· C头文件 代码 · 共 12 行

H
12
字号
/* $Id: loggingdaemon.h,v 1.1.4.1 2004/04/20 07:57:54 alan Exp $ *//* Messages sent to the logging daemon */#define	LD_LOGIT	2struct LogDaemonMsg_s {	int		msgtype;	int		facility;	int		priority;	int		msglen;	char		message[1]; /* Actually much bigger ;-) */};typedef	struct LogDaemonMsg_s	LogDaemonMsg;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?