Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2002 11:04:38 +0200
From:      Andy Sporner <sporner@nentec.de>
To:        freebsd-hackers <freebsd-hackers@FreeBSD.ORG>
Subject:   RFC (continued -- Forgot a file)
Message-ID:  <3CEB5F26.8000701@nentec.de>

next in thread | raw e-mail | index | archive | help
Sorry,

Forgot this one:

(cse.h)

#ifndef _SYS_CSE_H_
#define _SYS_CSE_H_

/*
 * One structure allocated per session.
 */
struct  csed {
        int     cse_c_id;               /* ID Number of Application */

        /* These next fields are not being used yet, but soon... */

        int     cse_h_node_id;          /* Home Node ID of Process */
        int     cse_c_node_id;          /* Current Node ID of process */
        int     cse_flags;              /* Flags used. */
};

#endif  /* !_SYS_CSE_H_ */



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CEB5F26.8000701>