diff options
| author | 2025-06-07 11:54:55 -0400 | |
|---|---|---|
| committer | 2025-06-07 11:54:55 -0400 | |
| commit | e9475ce94ba69bd437d8cf0cf3f78062be928568 (patch) | |
| tree | 63efef03577f8471b904295fc6878d7d960c00aa /src/fruits/ctv | |
| parent | 1e53cb62651b62ad7c03cbeb64e76546e8978ff7 (diff) | |
| download | camu-e9475ce94ba69bd437d8cf0cf3f78062be928568.tar.gz camu-e9475ce94ba69bd437d8cf0cf3f78062be928568.tar.bz2 camu-e9475ce94ba69bd437d8cf0cf3f78062be928568.zip | |
Clarify and fix various sink behaviors
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/fruits/ctv')
| -rw-r--r-- | src/fruits/ctv/ctv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fruits/ctv/ctv.c b/src/fruits/ctv/ctv.c index 5becb88..7357177 100644 --- a/src/fruits/ctv/ctv.c +++ b/src/fruits/ctv/ctv.c @@ -18,6 +18,7 @@ struct ctv { static nn_thread_result NNWT_THREADCALL event_loop_thread(void *userdata) { struct ctv *c = (struct ctv *)userdata; + nn_thread_set_name("event_loop"); nn_event_loop_init(&c->loop); |