#ifndef _ROWINFO_H__ #define _ROWINFO_H__ #define ROW_AGENT_NONE 0 // RowInfo struct struct RowInfo { bool calculated; int agent; }; #endif