Files
sics/synchronize.h
cvs bae18e8686 - Various little fixes to the TAS software
- Added a sync command for synchronizing a simulation server with the
  master server.
2001-03-16 16:09:33 +00:00

20 lines
439 B
C

/*
S y n c h r o n i z e
Synchronize parameters in this server with parameters from another
SICS server.
Mark Koennecke, March 2001
*/
#ifndef SICSSYNC
#define SICSSYNC
int MakeSync(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
int Synchronize(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
#endif