summaryrefslogtreecommitdiff
path: root/p11p-daemon/src/p11p_rpc.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'p11p-daemon/src/p11p_rpc.hrl')
-rw-r--r--p11p-daemon/src/p11p_rpc.hrl3
1 files changed, 3 insertions, 0 deletions
diff --git a/p11p-daemon/src/p11p_rpc.hrl b/p11p-daemon/src/p11p_rpc.hrl
index 8ccb0d1..c511e20 100644
--- a/p11p-daemon/src/p11p_rpc.hrl
+++ b/p11p-daemon/src/p11p_rpc.hrl
@@ -1,6 +1,9 @@
%%% Copyright (c) 2019, Sunet.
%%% See LICENSE for licensing information.
+%% The only RPC version we support.
+-define(RPC_VERSION, 0).
+
-record(p11rpc_msg, {
call_code = -1 :: integer(), % Length is 4
opt_len = -1 :: integer(), % Length is 4