Kaynağa Gözat

[Minor] Add attribute noreturn to start_hs_helper function

Suggested by: @citrin
tags/3.1
Vsevolod Stakhov 2 yıl önce
ebeveyn
işleme
ec76c1fc65
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/hs_helper.c

+ 1
- 1
src/hs_helper.c Dosyayı Görüntüle

@@ -26,7 +26,7 @@
#endif

static gpointer init_hs_helper (struct rspamd_config *cfg);
static void start_hs_helper (struct rspamd_worker *worker);
__attribute__((noreturn)) static void start_hs_helper (struct rspamd_worker *worker);

worker_t hs_helper_worker = {
"hs_helper", /* Name */

Loading…
İptal
Kaydet