view page-api-workers.h @ 10:eb76429ce112

sciworkerd: improve process destruction
author David Demelier <markand@malikania.fr>
date Tue, 29 Jun 2021 20:40:17 +0200
parents 215c0c3b3609
children
line wrap: on
line source

#ifndef SCI_PAGE_API_WORKERS_H
#define SCI_PAGE_API_WORKERS_H

struct kreq;

void
page_api_v1_workers(struct kreq *);

#endif /* !SCI_PAGE_API_WORKERS_H */