We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987bb62 commit ce50e28Copy full SHA for ce50e28
code/logic/fossil/ai/jellyfish.h
@@ -69,6 +69,10 @@ typedef struct {
69
typedef struct {
70
fossil_jellyfish_block memory[FOSSIL_JELLYFISH_MAX_MEM];
71
size_t count;
72
+
73
+ uint8_t device_id[FOSSIL_DEVICE_ID_SIZE]; // ← Needed for file I/O
74
+ uint64_t created_at; // ← Timestamp when this chain was created
75
+ uint64_t updated_at; // ← Timestamp when it was last updated
76
} fossil_jellyfish_chain;
77
78
/**
0 commit comments