aboutsummaryrefslogtreecommitdiff
path: root/lib/client/sharder/conn.ml
diff options
context:
space:
mode:
authorLyn Breedlove <[email protected]>2018-10-26 16:17:23 -0600
committerLyn Breedlove <[email protected]>2018-10-26 16:17:23 -0600
commit9d7cac5da110250539d1ae139cb159425b0e67b1 (patch)
tree90f92553ac205f466aabb4c1129212c2660248d2 /lib/client/sharder/conn.ml
parenta few (possibly bad) updates (diff)
downloaddisml-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.ml5
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