diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-17 09:03:52 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-17 09:03:52 -0700 |
| commit | c22cea2e99dff9ff45057ef33553dac8adebf0c1 (patch) | |
| tree | b6f571ad2197e6614ad64392d65f774bb34eee4e /lib/client.ml | |
| parent | more mlis (diff) | |
| download | disml-c22cea2e99dff9ff45057ef33553dac8adebf0c1.tar.xz disml-c22cea2e99dff9ff45057ef33553dac8adebf0c1.zip | |
new event dispatching
Diffstat (limited to 'lib/client.ml')
| -rw-r--r-- | lib/client.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/client.ml b/lib/client.ml index 7504604..49d01dc 100644 --- a/lib/client.ml +++ b/lib/client.ml @@ -1,4 +1,5 @@ open Async +include Config type t = { sharder: Sharder.t; |