Commit Graph

11 Commits

Author SHA1 Message Date
ebc07d0cf7 Add common support for cat command. 2024-03-03 17:19:11 -05:00
1e5357c4cf Added destroy command function 2024-03-03 17:14:43 -05:00
b99513c8b3 Fix serialization
Was putting new data in the front of the message instead of the end.
This mismatched with how I was deserializing the messages
2024-03-03 16:50:45 -05:00
a4b56107aa Add deserialize function 2024-03-03 16:09:58 -05:00
8a814b1d93 Add basic serialization of the message 2024-03-03 15:57:53 -05:00
9422f77119 Update struct to use pointers instead of flexible length structs 2024-03-03 15:46:18 -05:00
fd2ee16f79 Renamed enum 2024-03-03 02:05:33 -05:00
2bdf450d65 Initial client 2024-03-03 01:01:56 -05:00
15322a601b Add command union and name of the disk to be associated with. 2024-03-02 23:29:39 -05:00
6ca7727ee8 Add initial header file
This will be used in the client and the daemon
2024-03-02 23:29:39 -05:00
daf21918e0 wip 2024-03-02 21:37:48 -05:00