File: static-threaded.h

package info (click to toggle)
netdata 1.12.0-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,772 kB
  • sloc: ansic: 59,839; python: 29,308; sh: 10,766; makefile: 1,476; pascal: 164; xml: 10
file content (10 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-3.0-or-later

#ifndef NETDATA_WEB_SERVER_STATIC_THREADED_H
#define NETDATA_WEB_SERVER_STATIC_THREADED_H

#include "web/server/web_server.h"

extern void *socket_listen_main_static_threaded(void *ptr);

#endif //NETDATA_WEB_SERVER_STATIC_THREADED_H