Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
dnsjit.core.receiver(3)     Library Functions Manual	 dnsjit.core.receiver(3)

NAME
     dnsjit.core.receiver - Non-system depended time specification structure de-
     finition

SYNOPSIS
       typedef struct core_timespec {
	   int64_t sec;
	   int64_t nsec;
       } core_timespec_t;

   C
       #include "core/timespec.h"

   Lua
       require("dnsjit.core.timespec_h")

   Lua functions
       local ts = require("dnsjit.core.timespec"):max_init()

DESCRIPTION
     Mainly used in C modules for a system independent time specification struc-
     ture that can be passed to Lua.

   Functions
     Timespec:max_init()
	    Return  a  new structure with both sec and nsec set to 2LL ^ 62, the
	    maximum positive values according to Lua.

AUTHORS and CONTRIBUTORS
     Jerry LundstrA<paragraph>m (DNS-OARC),  TomA!A!  KAAA3/4ek  (CZ.NIC),  Petr
     A paAek (ISC)

     Maintained by DNS-OARC

	    https://www.dns-oarc.net/

BUGS
     For issues and feature requests please use:

	    https://github.com/DNS-OARC/dnsjit/issues

     For question and help please use:

	    admin@dns-oarc.net

dnsjit				      1.4.0		 dnsjit.core.receiver(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=dnsjit.core.timespec&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help