diff options
| author | 2025-06-02 11:56:54 -0400 | |
|---|---|---|
| committer | 2025-06-02 11:56:54 -0400 | |
| commit | 0b13cf2a3bbd105fe4326e8e005536da43684df6 (patch) | |
| tree | 3dab7f55179194d9efd280a3c3f869327e485b34 /src/libsink | |
| parent | 2fa7ea95c891981684a55b41977172d040c2cc55 (diff) | |
| download | camu-0b13cf2a3bbd105fe4326e8e005536da43684df6.tar.gz camu-0b13cf2a3bbd105fe4326e8e005536da43684df6.tar.bz2 camu-0b13cf2a3bbd105fe4326e8e005536da43684df6.zip | |
Improve renderer api, misc cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/libsink')
| -rw-r--r-- | src/libsink/sink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsink/sink.c b/src/libsink/sink.c index 56be556..29af2f5 100644 --- a/src/libsink/sink.c +++ b/src/libsink/sink.c @@ -1329,8 +1329,8 @@ static bool set_command_callback(void *userdata, struct nn_rpc_connection *conn, lia_client_connect(&entry->client, sink->loop, sink->type, &addr, port, node_id, seek_pos); } - // Don't lock before calling client_connect() or we could deadlock in - // CLIENT_CLOSED on a failed socket_connect(). + // Don't lock before calling client_connect() or we could deadlock + // in CLIENT_CLOSED on a failed socket_connect(). nn_mutex_lock(&sink->lock); if (op == LIANA_SINK_BUFFER) { |