From owner-freebsd-hackers Wed May 22 2: 4:34 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from gate.nentec.de (gate2.nentec.de [194.25.215.66]) by hub.freebsd.org (Postfix) with ESMTP id F266F37B401 for ; Wed, 22 May 2002 02:04:29 -0700 (PDT) Received: from nenny.nentec.de (root@nenny.nentec.de [153.92.64.1]) by gate.nentec.de (8.11.3/8.9.3) with ESMTP id g4M94Sl17537 for ; Wed, 22 May 2002 11:04:28 +0200 Received: from nentec.de (andromeda.nentec.de [153.92.64.34]) by nenny.nentec.de (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id g4M94cZ12272 for ; Wed, 22 May 2002 11:04:38 +0200 Message-ID: <3CEB5F26.8000701@nentec.de> Date: Wed, 22 May 2002 11:04:38 +0200 From: Andy Sporner User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:0.9.8) Gecko/20020204 X-Accept-Language: de-at, de, en, en-us MIME-Version: 1.0 To: freebsd-hackers Subject: RFC (continued -- Forgot a file) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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