This commit is contained in:
biosvos
2026-08-07 17:38:18 +09:00
commit 873193a243
9613 changed files with 2755992 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
/****************************************************************************
Worker::Control process main
-----------------------------------------
begin : 2015/08/25
copyright : (C) 2005 Solbox Inc.
author : Dev Storage Team
email : huibong@solbox.com
version : 3.5
CopyRight(C) 2005 Solbox Inc. All Rights reserved.
Redistribution and use in source and binary forms, with or with out
modification, are not permitted in outside of Solbox Inc.
*****************************************************************************/
#ifndef __WORKER_CONTROL_H__
#define __WORKER_CONTROL_H__
#include <unistd.h>
#ifdef __cplusplus
extern "C" {
#endif
// Worker::Control 프로세스의 Main 역활을 수행하기 위한 함수.
int WorkerControlMain( void );
#ifdef __cplusplus
}
#endif
#endif /* __WORKER_CONTROL_H__ */