Obsolete
/
libipc-old
Archived
3
0
Fork 0
This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
libipc-old/remote/lib/remoted.h

16 lines
240 B
C
Raw Normal View History

2017-08-25 11:42:43 +02:00
#ifndef __REMOTED_H__
#define __REMOTED_H__
#include "../../core/process.h"
#include "../../core/msg.h"
#define REMOTED_SERVICE_NAME "remoted"
struct remoted_ctx {
/* TODO */
};
2017-08-25 11:42:43 +02:00
void remoted_main_loop (struct service *srv);
#endif