unikernels/SOURCE/UNIKERNEL/Firewall/service.cpp
Gaetan Longree 4411d5800e First commit
2018-05-11 15:51:48 +02:00

7 lines
83 B
C++

#include <os>
void Service::start()
{
printf("IncludeOS firewall booted up");
}