From owner-freebsd-hackers@FreeBSD.ORG  Thu May  5 22:04:30 2005
Return-Path: <owner-freebsd-hackers@FreeBSD.ORG>
Delivered-To: freebsd-hackers@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0D79416A4CE
	for <freebsd-hackers@freebsd.org>;
	Thu,  5 May 2005 22:04:30 +0000 (GMT)
Received: from biltens.etika.net (mail.etikaweb.net [65.75.141.60])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CBDA943D8B
	for <freebsd-hackers@freebsd.org>;
	Thu,  5 May 2005 22:04:29 +0000 (GMT)
	(envelope-from halil@enderunix.org)
Received: from [81.213.121.187] (helo=[192.168.7.100])
	by biltens.etika.net with esmtp (Exim 4.44)
	id 1DToRz-0004GL-Rm; Fri, 06 May 2005 01:04:18 +0300
From: Halil Demirezen <halil@enderunix.org>
Organization: Enderunix
To: Scott Long <scottl@samsco.org>
Date: Fri, 6 May 2005 01:03:38 +0000
User-Agent: KMail/1.7
References: <200505060010.26184.halil@enderunix.org>
	<427A94C0.1020205@samsco.org>
In-Reply-To: <427A94C0.1020205@samsco.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200505060103.38645.halil@enderunix.org>
X-AntiAbuse: This header was added to track abuse, please include it with any
	abuse report
X-AntiAbuse: Primary Hostname - biltens.etika.net
X-AntiAbuse: Original Domain - freebsd.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - enderunix.org
X-Source: 
X-Source-Args: 
X-Source-Dir: 
cc: freebsd-hackers@freebsd.org
Subject: Re: A bit confused with the sched_4bsd.c code
X-BeenThere: freebsd-hackers@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Technical Discussions relating to FreeBSD
	<freebsd-hackers.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-hackers>,
	<mailto:freebsd-hackers-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-hackers>
List-Post: <mailto:freebsd-hackers@freebsd.org>
List-Help: <mailto:freebsd-hackers-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-hackers>,
	<mailto:freebsd-hackers-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 May 2005 22:04:30 -0000

On Thursday 05 May 2005 21:48, Scott Long wrote:
> #define td_kse td_sched

Yes that is also a magical case since in the sys/proc.h file,
only a single definition lies;

struct td_sched;

I could not understand anything from this. There is not body of the structure.
Shouldn't there be a definitive structure for td_sched? if there is i really 
could not find the body :) 
 
hmm, what kind of a different matter is this ? :-)

Halil