Skip to content

Commit

Permalink
tags
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Mar 1, 2024
1 parent 250d56d commit b3ac8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub static Z_CONFIG_MODE_KEY: &c_char = unsafe { &*(b"mode\0".as_ptr() as *const
pub static Z_CONFIG_CONNECT_KEY: &c_char =
unsafe { &*(b"connect/endpoints\0".as_ptr() as *const c_char) };
#[no_mangle]
/// tags{c.z_config_listen_key, api.config.listen}
/// tags{c.z_config_listen_key, api.config.listen.endpoints}
pub static Z_CONFIG_LISTEN_KEY: &c_char =
unsafe { &*(b"listen/endpoints\0".as_ptr() as *const c_char) };
#[no_mangle]
Expand Down

0 comments on commit b3ac8c7

Please sign in to comment.