GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
dnsjit.core.receiver(3) FreeBSD Library Functions Manual dnsjit.core.receiver(3)

dnsjit.core.receiver - Non-system depended time specification structure definition


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


#include "core/timespec.h"


require("dnsjit.core.timespec_h")


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

Mainly used in C modules for a system independent time specification structure that can be passed to Lua.

Return a new structure with both sec and nsec set to 2LL ^ 62, the maximum positive values according to Lua.

Jerry Lundström (DNS-OARC), Tomáš Křížek (CZ.NIC), Petr Špaček (ISC)

Maintained by DNS-OARC

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

For issues and feature requests please use:

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

For question and help please use:

admin@dns-oarc.net
1.4.0 dnsjit

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.