Subversion Repositories MLServ

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 nishi 1
/* $Id: cm_ipc.h 4 2024-09-24 18:35:15Z nishi $ */
2
 
3
#ifndef __CM_IPC_H__
4
#define __CM_IPC_H__
5
 
6
#define SOCK_PATH "/tmp/mlserv.sock"
7
 
8
int cm_ipc_connect(void);
9
int cm_ipc_create(void);
10
 
11
#endif