X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothur.h;h=ec56c506c8c0c7654c4e436afa16222f14b1224f;hb=e7fe6dd9db877b98c362f9524c3130bbbd037200;hp=9c9e23cf5a7a09279af66848fe1b1e3d972d8055;hpb=bffbd9ad0d837bc9523d95e7b35c34cfd2631046;p=mothur.git diff --git a/mothur.h b/mothur.h index 9c9e23c..ec56c50 100644 --- a/mothur.h +++ b/mothur.h @@ -60,7 +60,13 @@ struct IntNode { IntNode* left; IntNode* right; }; - + +struct ThreadNode { + int* pid; + IntNode* left; + IntNode* right; +}; + /***********************************************************************/ // snagged from http://www.parashift.com/c++-faq-lite/misc-technical-issues.html#faq-39.2 @@ -240,6 +246,7 @@ inline string getSimpleName(string longName){ return simpleName; } + /***********************************************************************/ inline int factorial(int num){