Skip to content

Commit

Permalink
Create libnvc wrapper for the newly exposed API call in the CLI
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Klues <[email protected]>
  • Loading branch information
klueska committed Feb 26, 2024
1 parent 0d6753c commit 7a62ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/libnvc.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ load_libnvc_v1(void)
load_libnvc_func(mig_config_global_caps_mount);
load_libnvc_func(mig_monitor_global_caps_mount);
load_libnvc_func(device_mig_caps_mount);
load_libnvc_func(imex_channel_mount);

return (0);
}
Expand Down
1 change: 1 addition & 0 deletions src/cli/libnvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ struct libnvc {
libnvc_entry(mig_config_global_caps_mount);
libnvc_entry(mig_monitor_global_caps_mount);
libnvc_entry(device_mig_caps_mount);
libnvc_entry(imex_channel_mount);
};

int load_libnvc(void);
Expand Down

0 comments on commit 7a62ed5

Please sign in to comment.