This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-tfe/platform/src/kni.cpp

6 lines
113 B
C++
Raw Normal View History

#include <stdio.h>
void* io_kni_init(const char* unix_domain_path, struct event_base * attach)
{
return NULL;
}