From ceefe00bf8c1498dfc2118d2b3666f67f91bb956 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 6 Mar 2013 17:08:05 +0800 Subject: discover: parse boot message from incoming ACTION_BOOT messages Add a function in the protocol code to deserialise a boot message, and use it to extract a boot_command in the discover server. Signed-off-by: Jeremy Kerr --- lib/pb-protocol/pb-protocol.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/pb-protocol/pb-protocol.h') diff --git a/lib/pb-protocol/pb-protocol.h b/lib/pb-protocol/pb-protocol.h index 2ec264c..6068f05 100644 --- a/lib/pb-protocol/pb-protocol.h +++ b/lib/pb-protocol/pb-protocol.h @@ -50,4 +50,7 @@ struct pb_protocol_message *pb_protocol_read_message(void *ctx, int fd); struct device *pb_protocol_deserialise_device(void *ctx, const struct pb_protocol_message *message); +struct boot_command *pb_protocol_deserialise_boot_command(void *ctx, + const struct pb_protocol_message *message); + #endif /* _PB_PROTOCOL_H */ -- cgit v1.2.1