]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/varlink-io.systemd.PCRExtend.c
machined: return recognizable error when we try to register the same machine name...
[thirdparty/systemd.git] / src / shared / varlink-io.systemd.PCRExtend.c
CommitLineData
4e16d5c6
LP
1/* SPDX-License-Identifier: LGPL-2.1-or-later */
2
3#include "varlink-io.systemd.PCRExtend.h"
4
5static VARLINK_DEFINE_METHOD(
6 Extend,
7 VARLINK_DEFINE_INPUT(pcr, VARLINK_INT, 0),
8 VARLINK_DEFINE_INPUT(text, VARLINK_STRING, VARLINK_NULLABLE),
9 VARLINK_DEFINE_INPUT(data, VARLINK_STRING, VARLINK_NULLABLE));
10
11VARLINK_DEFINE_INTERFACE(
12 io_systemd_PCRExtend,
13 "io.systemd.PCRExtend",
14 &vl_method_Extend);