From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4C2F6BCA.2020300@domain.hid> Date: Sat, 03 Jul 2010 18:56:42 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <1278071353-13836-1-git-send-email-wolfgang.mauerer@domain.hid> In-Reply-To: <1278071353-13836-1-git-send-email-wolfgang.mauerer@domain.hid> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-core] [PATCH 0/7] Host realtime clock support List-Id: Xenomai life and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wolfgang Mauerer Cc: xenomai@xenomai.org Wolfgang Mauerer wrote: > Some points that may require further discussion: > > - POSIX only specifies a few clock_ids, and these have already been > extended by the Linux kernel. We use the maximum id (16) for the new > clock, but it might also make sense to use 7 (CLOCK_MONOTONIC_COARSE+1) > or 4 (CLOCK_THREAD_CPUTIME_ID+1). Why are we limited to 16 clocks? I mean we do not go trough any kernel/glibc path, so it looks like we can use any number. Or did I miss something? -- Gilles.