From cc95beb520981f0ed855d739a523675932907662 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 11 Feb 2018 09:56:31 +0700 Subject: Update the Vyconf_client module for the protobuf change. --- src/vyconf_client.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vyconf_client.ml b/src/vyconf_client.ml index 9afc1f2..267b10e 100644 --- a/src/vyconf_client.ml +++ b/src/vyconf_client.ml @@ -1,4 +1,5 @@ include Vyconf_pb +include Vyconf_types type t = { sock: Lwt_unix.file_descr; @@ -24,7 +25,7 @@ let create sockfile = Lwt.return { sock=sock; ic=ic; oc=oc; enc=(Pbrt.Encoder.create ()); closed=false; - session=None; conf_mode=false + session=None; conf_mode=false; } let shutdown client = -- cgit v1.2.3