X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink.h;h=7960d31051426dc927bc53aaf308a1b272916895;hb=0c7eda6fe0c429819013671737890ee2d9a21c1a;hp=3be94710309da0a13c36b231578456156279b8fc;hpb=8a12cc2a26a66f6f50f79a2a12912ff5e991707d;p=meshlink diff --git a/src/meshlink.h b/src/meshlink.h index 3be94710..7960d310 100644 --- a/src/meshlink.h +++ b/src/meshlink.h @@ -1106,6 +1106,7 @@ char *meshlink_invite(struct meshlink_handle *mesh, struct meshlink_submesh *sub * After a successfully accepted invitation, the name of the local node may have changed. * * This function may only be called on a mesh that has not been started yet and which is not already part of an existing mesh. + * It is not valid to call this function when the storage policy set to MESHLINK_STORAGE_DISABLED. * * This function is blocking. It can take several seconds before it returns. * There is no guarantee it will perform a successful join.