/** * Author......: See docs/credits.txt * License.....: MIT */ #ifndef _AFFINITY_H #define _AFFINITY_H #include #include #if defined (_POSIX) #include #endif // _POSIX #if defined (__APPLE__) #include #include #include #endif // __APPLE__ #if defined (_WIN) #include #endif // _WIN int set_cpu_affinity (hashcat_ctx_t *hashcat_ctx); #endif // _AFFINITY_H