From owner-freebsd-stable@freebsd.org Thu Jul 23 13:43:19 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F31DE9A7D0D for ; Thu, 23 Jul 2015 13:43:19 +0000 (UTC) (envelope-from deco33000@yandex.com) Received: from forward19j.cmail.yandex.net (forward19j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ACCB11B32 for ; Thu, 23 Jul 2015 13:43:19 +0000 (UTC) (envelope-from deco33000@yandex.com) Received: from web16j.yandex.ru (web16j.yandex.ru [IPv6:2a02:6b8:0:1619::316]) by forward19j.cmail.yandex.net (Yandex) with ESMTP id 949ED2188E for ; Thu, 23 Jul 2015 16:43:16 +0300 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web16j.yandex.ru (Yandex) with ESMTP id 31E273FC0049; Thu, 23 Jul 2015 16:43:16 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1437658996; bh=fvqsDJpjvOfGdZfWjo6EY73xaClmhAM0B9E7wTxWSlI=; h=From:To:Subject:Date; b=XTBPesZB5iTVIm/xBG6UBZ6nGOOSY3HGDFAblbkLs/mde6W53ANYwhwG+spRPCXKI jZP4jTcVMXiUflhqDwZx5r+bxYjndjvYarGlTq1vWC5Metz8zy7XFhtEMBZI0vXUbA Q6+n0mDxfjMNbT+0PQdVkYOXfiyIqedjivCeDItg= Received: by web16j.yandex.ru with HTTP; Thu, 23 Jul 2015 16:43:15 +0300 From: deco33000@yandex.com To: freebsd-stable@freebsd.org Subject: struct timehands: th_generation field MIME-Version: 1.0 Message-Id: <464641437658995@web16j.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Thu, 23 Jul 2015 15:43:15 +0200 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jul 2015 13:43:20 -0000 Hi, Currently I read more about timers and clock. I am struggling on one field of a struct : http://fxr.watson.org/fxr/source/kern/kern_tc.c?v=FREEBSD10#L63 I would like to understand what th_generation means please. Thanks a lot --š Jog