X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=blobdiff_plain;f=src%2Fafs-supervision.h;h=24aef32661c6a8525b87a4439438ad8595f3f834;hp=fe3d2718e83c9c2205dd2696a080a78f14056854;hb=65353dce81a629e042800bb7b86fcd869a76727e;hpb=24d000c2290126abf88204089d132229d63f9a05 diff --git a/src/afs-supervision.h b/src/afs-supervision.h index fe3d2718..24aef326 100644 --- a/src/afs-supervision.h +++ b/src/afs-supervision.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2015-2020 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -25,19 +25,19 @@ * anyone to create a such socket and usurpate the * supervisor. */ -#if !defined(AFS_SURPERVISION_SOCKET) -# define AFS_SURPERVISION_SOCKET "@urn:AGL:afs:supervision:socket" /* abstract */ +#if !defined(AFS_SUPERVISION_SOCKET) +# define AFS_SUPERVISION_SOCKET "@urn:AGL:afs:supervision:socket" /* abstract */ #endif /* * generated using * uuid -v 5 ns:URL urn:AGL:afs:supervision:interface:1 */ -#define AFS_SURPERVISION_INTERFACE_1 "86040e8d-eee5-5900-a129-3edb8da3ed46" +#define AFS_SUPERVISION_INTERFACE_1 "86040e8d-eee5-5900-a129-3edb8da3ed46" /** - * packet initialy sent by monitor at start + * packet initially sent by monitor at start */ struct afs_supervision_initiator { @@ -45,5 +45,5 @@ struct afs_supervision_initiator char extra[27]; /**< zero terminated extra computed here to be 64-37 */ }; -#define AFS_SURPERVISION_APINAME "$" -#define AFS_SURPERVISOR_APINAME "supervisor" +#define AFS_SUPERVISION_APINAME "." +#define AFS_SUPERVISOR_APINAME "supervisor"