summaryrefslogtreecommitdiffstats
path: root/app/time_fn.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/time_fn.h')
-rw-r--r--app/time_fn.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/time_fn.h b/app/time_fn.h
index 2409eeb..250c500 100644
--- a/app/time_fn.h
+++ b/app/time_fn.h
@@ -16,4 +16,12 @@ typedef struct {
int64_t ns;
} EPOCH;
+typedef struct {
+ unsigned hour;
+ unsigned minute;
+ unsigned second;
+ unsigned nanosecond;
+} ST;
+
+