Changeset 1401:707f554e8390
- Timestamp:
- 11/07/09 21:57:34 (2 years ago)
- Branch:
- default
- Location:
- src
- Files:
-
- 2 edited
-
include/libdodo/toolsOs.h (modified) (2 diffs)
-
src/toolsOs.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/include/libdodo/toolsOs.h
r1386 r1401 233 233 * @note the code after the call to releaseDaemon would never be executed 234 234 */ 235 static void releaseDaemon(daemon func,235 static void daemonize(daemon func, 236 236 void *data); 237 237 … … 240 240 * @note the code after the call to becomeDaemon would run in background as a daemon 241 241 */ 242 static void becomeDaemon();242 static void daemonize(); 243 243 244 244 /** -
src/src/toolsOs.cc
r1386 r1401 1243 1243 1244 1244 void 1245 os:: becomeDaemon()1245 os::daemonize() 1246 1246 { 1247 1247 pid_t pid = fork(); … … 1271 1271 1272 1272 void 1273 os:: releaseDaemon(daemon func,1273 os::daemonize(daemon func, 1274 1274 void *data) 1275 1275 {
Note: See TracChangeset
for help on using the changeset viewer.
