From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932500AbWCBUkx (ORCPT ); Thu, 2 Mar 2006 15:40:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932281AbWCBUkw (ORCPT ); Thu, 2 Mar 2006 15:40:52 -0500 Received: from smtp02.ya.com ([62.151.11.161]:23506 "EHLO smtpauth.ya.com") by vger.kernel.org with ESMTP id S932500AbWCBUkv (ORCPT ); Thu, 2 Mar 2006 15:40:51 -0500 Message-ID: <4407584A.60301@ya.com> Date: Thu, 02 Mar 2006 21:40:42 +0100 From: =?ISO-8859-1?Q?Ra=FAl_Baena?= User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: es-es, es MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: Doubt about scheduler Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hello!!!, Iīm a student of computer science and Iīm doing my final degree job in linux. It is about "linux kernel modules" , I have to know some things of the scheduler. The runqueue struct, and so on. The problem is that in the last linux kernel version in the "sched.h" isnīt defined these structs (prio_array, runqueue...), and I cannīt access to runqueue or prio_array fields. I know that in the 2.6.5 kernel version these fields were accessible and now donīt, could you tell me what is the reason please? I think that Iīm going to do it (the module) in the 2.6.5 kernel version and will try to explain why, and for this I need your help. Please answer to my email, because Iīm not subscribe to mailing list. Thank you very much for your help, sorry for my poor english, itīs not my mother tongue. PS: If you think that I can do the module in the last kernel version, could you tell me how, please?, thank you very much.