first commit
This commit is contained in:
12
CS4210/Project 2/common/message/message.h
Normal file
12
CS4210/Project 2/common/message/message.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _MESSAGE_H_
|
||||
#define _MESSAGE_H_
|
||||
|
||||
typedef struct Request {
|
||||
int bufferIndex;
|
||||
} Request;
|
||||
|
||||
typedef struct Response {
|
||||
char data;
|
||||
} Response;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user