소스 검색

Polished ScannerPool - added some missing pieces.

git-svn-id: https://svn.microneil.com/svn/SNF4CGP/trunk@10 59e8e3e7-56fa-483b-b4b4-fa6ab0af3dfc
master
madscientist 15 년 전
부모
커밋
7033ed247f
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      SNF4CGP/ScannerPool.hpp

+ 6
- 0
SNF4CGP/ScannerPool.hpp 파일 보기

@@ -10,6 +10,11 @@
#define IncludedScannerPool
#include "../SNF4CGP/SNFMulti/SNFMulti.hpp"
#include "../SNF4CGP/CodeDweller/threading.hpp"
#include <string>
using namespace std;
class Scanner { // SNF Scanner instance for the pool
private:
@@ -27,6 +32,7 @@ class ScannerPool {
private:
snf_RulebaseHandler* Rulebase; // Allocates an SNF rulebase.
unsigned int ScannerCount; // Allocates and counts scanners.
ProductionQueue<Scanner*> PooledScanners; // Pool of ready-to-go scanners.
public:
ScannerPool(string Configuration); // Constructed with Rulebase config.

Loading…
취소
저장