Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

ix_ossl_time_t Struct Reference
[IXP425 Operating System Services Library (IxOSSL) API]

This type defines OSSL time. More...


Data Fields

unsigned long tv_sec
 seconds

unsigned long tv_nsec
 nanoseconds [1, 999,999,999]


Detailed Description

This type defines OSSL time.

The ix_ossl_time_t struct has two fields. 'sec' and 'nsec'. Time value is computed as: sec * 10^9 + nsec

Definition at line 224 of file ix_ossl.h.


Field Documentation

unsigned long ix_ossl_time_t::tv_nsec
 

nanoseconds [1, 999,999,999]

Definition at line 227 of file ix_ossl.h.

unsigned long ix_ossl_time_t::tv_sec
 

seconds

Definition at line 226 of file ix_ossl.h.


The documentation for this struct was generated from the following file:
Automatically generated from sources. © Intel Corp. 2003