]> git.meshlink.io Git - meshlink/blobdiff - test/channels.c
Make sure the tests compile again.
[meshlink] / test / channels.c
index 8327e8ed651a020ffdc53eb5672f3977990528b2..280902cbedd81dc76c68b02c386ca999a279cc27 100644 (file)
@@ -35,13 +35,13 @@ bool accept_cb(meshlink_handle_t *mesh, meshlink_channel_t *channel, meshlink_no
 int main(int argc, char *argv[]) {
        // Open two new meshlink instance.
 
-       meshlink_handle_t *mesh1 = meshlink_open("channels_conf.1", "foo");
+       meshlink_handle_t *mesh1 = meshlink_open("channels_conf.1", "foo", "channels");
        if(!mesh1) {
                fprintf(stderr, "Could not initialize configuration for foo\n");
                return 1;
        }
 
-       meshlink_handle_t *mesh2 = meshlink_open("channels_conf.2", "bar");
+       meshlink_handle_t *mesh2 = meshlink_open("channels_conf.2", "bar", "channels");
        if(!mesh2) {
                fprintf(stderr, "Could not initialize configuration for bar\n");
                return 1;