mptar_opt_time
Module: Archive Data Structures
Optional timestamp container.
#include <minipaxtar.h>
Public Attributes
| Name | |
|---|---|
| mptar_timespec | value High-resolution timestamp value. |
| bool | has_value True if the timestamp is present and valid. |
Public Attributes Documentation
variable value
mptar_timespec value;
High-resolution timestamp value.
variable has_value
bool has_value;
True if the timestamp is present and valid.
Updated on 2026-07-23 at 20:07:34 +0000