diff --git a/api.capnp b/api.capnp index 3b2f00a..63ff397 100644 --- a/api.capnp +++ b/api.capnp @@ -78,7 +78,7 @@ interface Machine { description @2 :Text; responsible @3 :Text; - # TODO: Make that an user, issue #XXX + # TODO: Make that an user } info @0 () -> ( minfo :MInfo ); diff --git a/connection.capnp b/connection.capnp index 48aa415..dc68e83 100644 --- a/connection.capnp +++ b/connection.capnp @@ -36,7 +36,7 @@ struct Message { # Start an authenticaion exchange # TODO: RPC bootstrapping - + api @3 :Api.Diflouroborane; } }