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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to