代码搜索结果

找到约 10,322 项符合 Communication 的代码

communication.c.svn-base

/* communication.c */ #include #include #include #include #include #include #include #include #includ

communication.h.svn-base

/* communication.h */ #ifndef COMMUNICATION_H_ #define COMMUNICATION_H_ #define PERM 0666 #define C2S_KEY 9999 #define S2C_KEY 9998 #define MAX_MSG_LEN 512 typedef struct msg_data{ long type; ch

communication.h

/* communication.h */ #ifndef COMMUNICATION_H_ #define COMMUNICATION_H_ #define PERM 0666 #define C2S_KEY 9999 #define S2C_KEY 9998 #define MAX_MSG_LEN 512 typedef struct msg_data{ long type; ch

communication.java

import java.applet.*; import java.awt.*; import java.awt.event.*; import java.net.URL; import java.net.MalformedURLException; public class Communication extends Applet

communication.jcp

! ** JCreator Project File (C)2000 ! ********** DO NOT EDIT ********* VERSION := "1.10" LABEL := "Communication" JDKPROFILE := "" ACTIVE := "1" OUTPUTPATH := "classes" COMPILER := "" ! Sta

communication.jcw

! ** JCreator Workspace File (C)2000 ! ********** DO NOT EDIT ********* VERSION := "1.00" LABEL := "Communication" ! Start Project Structure #[BeginProject]SOURCE := "Communication.jcp" #[End

testheartbeatcomm.in

#!/bin/sh # The purpose of this script is to break or fix the communication in the cluster. # HADIR=@sysconfdir@/ha.d HBSCRIPT=@INITDIR@/heartbeat@INIT_EXT@ LIBDIR=@libdir@/ HBLIB=$LIBDIR/heartbeat TE

monapp.h

/* This header file is used by both the application and the monitor. It is the linkage used to establish a communication path between the monitor and the application. */ #include "monlib.h" #d

monapp.h

/* This header file is used by both the application and the monitor. It is the linkage used to establish a communication path between the monitor and the application. */ #include "monlib.h" #d

monapp.h

/* This header file is used by both the application and the monitor. It is the linkage used to establish a communication path between the monitor and the application. */ #define STD_CMD 0