Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some of these process-*! patterns need to be abstracted!
|
|
|
|
The code was looking a little less readable with defrecord, and I'm
thinking it might also be a case of premature optimization.
|
|
|
|
|
|
To simplify things I decided to downgrade to protocol version 7.8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Firstly I threw out the incomplete interrupt code because that can be
ignored for now. I added a map called "fuse" that keeps state for our
fuse connection. I started work processing the init message.
I'm not liking what I did with write-init-out, seems like it should
allocate the buffer itself and return it instead of being a state monad.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|