unikernels/SOURCE/UNIKERNEL/Firewall/service.cpp

7 lines
83 B
C++
Raw Normal View History

2018-05-11 20:51:48 +07:00
#include <os>
void Service::start()
{
printf("IncludeOS firewall booted up");
}