This commit is contained in:
Chris Marsh
2017-07-20 14:58:23 -07:00
parent 79d70b8bae
commit 85fc57dea2
3 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,13 @@
#include "connection.h"
#include <sys/types.h>
#include <unistd.h>
int GetProcessId()
{
return ::getpid();
}
const int RpcVersion = 1;
const int NumFrames = 4;