home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (c) 1989 Oki Electric Industry Co., Ltd.
- *
- * This file is part of vtalk.
- *
- * Permission to use, copy, modify and distribute this program without
- * fee is grtanted, provided that the above copyright notice appear
- * in all copies.
- *
- */
-
- #include "vtalk.h"
-
- struct daemon_msg {
- int flag; /* caller ? receiver flag */
- int status; /* is caller exist */
- struct sockaddr_in sin;
- char caller_host_name[NAME_LEN];
- char caller_name[NAME_LEN];
- char receiver_name[NAME_LEN];
-
- };
-