Skip to content

Commit ce50e28

Browse files
Update jellyfish.h
1 parent 987bb62 commit ce50e28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

code/logic/fossil/ai/jellyfish.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ typedef struct {
6969
typedef struct {
7070
fossil_jellyfish_block memory[FOSSIL_JELLYFISH_MAX_MEM];
7171
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
7276
} fossil_jellyfish_chain;
7377

7478
/**

0 commit comments

Comments
 (0)