diff options
| author | Lyn Breedlove <[email protected]> | 2018-10-26 16:17:23 -0600 |
|---|---|---|
| committer | Lyn Breedlove <[email protected]> | 2018-10-26 16:17:23 -0600 |
| commit | 9d7cac5da110250539d1ae139cb159425b0e67b1 (patch) | |
| tree | 90f92553ac205f466aabb4c1129212c2660248d2 /lib/client/sharder/conn.ml | |
| parent | a few (possibly bad) updates (diff) | |
| download | disml-9d7cac5da110250539d1ae139cb159425b0e67b1.tar.xz disml-9d7cac5da110250539d1ae139cb159425b0e67b1.zip | |
More random stuff with sharding
Diffstat (limited to 'lib/client/sharder/conn.ml')
| -rw-r--r-- | lib/client/sharder/conn.ml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/client/sharder/conn.ml b/lib/client/sharder/conn.ml new file mode 100644 index 0000000..396c170 --- /dev/null +++ b/lib/client/sharder/conn.ml @@ -0,0 +1,5 @@ +type t = { +} + +let push_frame ~conn frame = + ()
\ No newline at end of file |