Skip to content

Commit

Permalink
doc: add missing capabilities enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Nov 15, 2023
1 parent 0b247b0 commit 18645d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zenoh-pico/link/link.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
* Enumerators:
* Z_LINK_CAP_UNICAST_STREAM: Link has unicast stream capabilities.
* Z_LINK_CAP_UNICAST_DATAGRAM: Link has unicast datagram capabilities.
* Z_LINK_CAP_MULTICAST_STREAM: Link has multicast stream capabilities.
* Z_LINK_CAP_MULTICAST_DATAGRAM: Link has multicast datagram capabilities.
*/
typedef enum {
Expand Down

0 comments on commit 18645d9

Please sign in to comment.