Skip to content

Commit 418c19c

Browse files
committed
Clarified comment
1 parent e6b9e23 commit 418c19c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/confluent_kafka/src/confluent_kafka.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,10 @@ typedef struct {
292292
PyObject *oauth_cb;
293293
atomic_int_t oauth_token_set;
294294

295-
/* Protects self->rk from being freed by close() while another method
296-
* is still using it. See Handle_enter_rk_use()/Handle_exit_rk_use()
297-
* in confluent_kafka.c. */
295+
/* Protects self->rk in Producer and Admin clients from being freed by
296+
* close() while another method is still using it.
297+
* See Handle_enter_rk_use()/Handle_exit_rk_use() in confluent_kafka.c.
298+
*/
298299
atomic_int_t active_calls;
299300
atomic_int_t closing;
300301

0 commit comments

Comments
 (0)