Changeset 21153 for trunk/Ohana/src/elixir/include/elixir.h
- Timestamp:
- Jan 22, 2009, 10:43:26 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/elixir/include/elixir.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/elixir/include/elixir.h
r10338 r21153 103 103 char *GetPhotcodeExt (char *file); 104 104 char *GetPhotcodeMef (char *file); 105 Machine *GrabMachine ( );106 Cluster *InitCluster ( );107 Process *InitProcess (char *name, Queue *pending, Queue *failure, int (*mkargs)( ));108 Queue *InitQueue ( );105 Machine *GrabMachine (void); 106 Cluster *InitCluster (void); 107 Process *InitProcess (char *name, Queue *pending, Queue *failure, int (*mkargs)(void)); 108 Queue *InitQueue (void); 109 109 FILE *LogOpen (char *filename); 110 110 char *PathFilename (char *file); … … 114 114 int CheckEndingState (Process *global, int Nobjects, int Dynamic); 115 115 int CheckMachineStatus (Machine *machine); 116 int CheckMessages ( );116 int CheckMessages (void); 117 117 int CheckProcess (Process *process); 118 118 void CloseMachine (Machine *machine); … … 124 124 int DumpProcessTimes (char *filename); 125 125 int DumpStatus (char *filename); 126 void ElixirStop ( );126 void ElixirStop (void); 127 127 int FlushFifo (Fifo *fifo); 128 128 void FreeArgs (int argc, char **argv, int *argd); 129 129 void FreeFifo (Fifo *fifo); 130 int GetDynamicState ( );131 double GetTimeout ( );130 int GetDynamicState (void); 131 double GetTimeout (void); 132 132 void HaltElixir (char *pidfile); 133 133 int HalttoRestart (char *pidfile); … … 149 149 int ReadtoFifo (Fifo *fifo, int sock); 150 150 void RegisterTimeout (double value); 151 void RemovePID ( );151 void RemovePID (void); 152 152 void Restart (char **argv); 153 void RestartMachines ( );153 void RestartMachines (void); 154 154 void SIG_DIE (int sig); 155 155 void SIG_MESSAGE (int sig); … … 157 157 void SIG_RELOAD (int sig); 158 158 void SIG_STOP (int sig); 159 int SetExitTimer ( );159 int SetExitTimer (void); 160 160 void SetMessageFile (char *filename); 161 161 int ShiftFifo (Fifo *fifo);
Note:
See TracChangeset
for help on using the changeset viewer.
