Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(py): Regenerate CABI header to add profile data category #1278

Merged
merged 2 commits into from
May 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion relay-cabi/include/relay.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#ifndef RELAY_H_INCLUDED
#define RELAY_H_INCLUDED

/* Generated with cbindgen:0.19.0 */
/* Generated with cbindgen:0.23.0 */

/* Warning, this file is autogenerated. Do not modify this manually. */

Expand Down Expand Up @@ -40,6 +40,10 @@ enum RelayDataCategory {
* Session updates. Quantity is the number of updates in the batch.
*/
RELAY_DATA_CATEGORY_SESSION = 5,
/**
* A profile
*/
RELAY_DATA_CATEGORY_PROFILE = 6,
/**
* Any other data category not known by this Relay.
*/
Expand Down