tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: In-kernel process exit hooks?



   Date: Fri, 8 Jan 2016 17:13:54 +0800 (PHT)
   From: Paul Goyette <paul%whooppee.com@localhost>

   On Fri, 8 Jan 2016, bch wrote:

   > Out of curiousity, I'm trying to use this interface, but getting:
   >
   > /usr/include/sys/ktrace.h:83:20: error: field '_ts' has incomplete type
   >    struct timespec _ts;
   >
   > Does this look familiar to anybody ?

   Perhaps manually include <sys/timespec.h> ?

Shouldn't be necessary.  If <sys/ktrace.h> uses struct timespec, it
should include <sys/timespec.h>.


Home | Main Index | Thread Index | Old Index