]> git.meshlink.io Git - meshlink/blobdiff - src/utcp_priv.h
Allow the application to provide channel send/receive buffers.
[meshlink] / src / utcp_priv.h
index c95194589f6233e67e1bd7bd1dbf61409a60e259..78cc9f95cfebe7968d6aa75ee4011d540a1584ff 100644 (file)
@@ -95,6 +95,7 @@ struct buffer {
        uint32_t used;
        uint32_t size;
        uint32_t maxsize;
+       bool external;
 };
 
 struct sack {