summaryrefslogtreecommitdiffstats
path: root/ui/test/pb-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/test/pb-test.c')
-rw-r--r--ui/test/pb-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/test/pb-test.c b/ui/test/pb-test.c
index a1e3007..69f65fb 100644
--- a/ui/test/pb-test.c
+++ b/ui/test/pb-test.c
@@ -37,8 +37,8 @@ static void print_device_remove(const struct device *device,
}
static struct discover_client_ops client_ops = {
- .add_device = print_device_add,
- .remove_device = print_device_remove,
+ .device_add = print_device_add,
+ .device_remove = print_device_remove,
};
int main(void)
OpenPOWER on IntegriCloud