Better dir structure

This commit is contained in:
Oskar Thoren 2019-08-06 13:14:01 +08:00
parent a863e63641
commit fd33915e96
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
8 changed files with 8 additions and 0 deletions

1
remote_log/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
bin/*

View File

@ -22,3 +22,10 @@ client.close()
# 1) Node wants to post data to ns, and ns stores it
# 2) Node can recevive
# Since we want to use CAS update result to do NS update,
# Having sending and receiving behavior in same proc seems desirable
# Also easier to reason about, so let's do that
# To do encoding we probably want something like protobuf, or maybe use hacky
# stringify if that's a thing, or JSON