![]() |
pacemaker
1.1.18-7fdfbbe
Scalable High-Availability cluster resource manager
|


Go to the source code of this file.
Data Structures | |
| struct | crm_time_us |
Typedefs | |
| typedef struct crm_time_us | crm_time_hr_t |
Functions | |
| crm_time_hr_t * | crm_time_hr_convert (crm_time_hr_t *target, crm_time_t *dt) |
| void | crm_time_set_hr_dt (crm_time_t *target, crm_time_hr_t *hr_dt) |
| crm_time_hr_t * | crm_time_timeval_hr_convert (crm_time_hr_t *target, struct timeval *tv) |
| crm_time_hr_t * | crm_time_hr_new (const char *date_time) |
| void | crm_time_hr_free (crm_time_hr_t *hr_dt) |
| char * | crm_time_format_hr (const char *format, crm_time_hr_t *hr_dt) |
| crm_time_t * | parse_date (const char *date_str) |
| typedef struct crm_time_us crm_time_hr_t |
Definition at line 26 of file iso8601_internal.h.
| char* crm_time_format_hr | ( | const char * | format, |
| crm_time_hr_t * | hr_dt | ||
| ) |
| crm_time_hr_t* crm_time_hr_convert | ( | crm_time_hr_t * | target, |
| crm_time_t * | dt | ||
| ) |
| void crm_time_hr_free | ( | crm_time_hr_t * | hr_dt | ) |
| crm_time_hr_t* crm_time_hr_new | ( | const char * | date_time | ) |
| void crm_time_set_hr_dt | ( | crm_time_t * | target, |
| crm_time_hr_t * | hr_dt | ||
| ) |
| crm_time_hr_t* crm_time_timeval_hr_convert | ( | crm_time_hr_t * | target, |
| struct timeval * | tv | ||
| ) |
| crm_time_t * parse_date | ( | const char * | date_str | ) |
1.8.5