00001 /*************************************************************************** 00002 pesslaveinfo.h - description 00003 ------------------- 00004 begin : Sat Apr 12 2003 00005 copyright : (C) 2003 by root 00006 email : root@localhost.localdomain 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef PESSLAVEINFO_H 00019 #define PESSLAVEINFO_H 00020 00021 00029 class PESSlaveInfo { 00030 public: 00034 int pingstart; 00038 int killed; 00041 int tid; 00045 int assignedtask; 00048 int no; 00049 PESSlaveInfo(); 00050 ~PESSlaveInfo(); 00051 }; 00052 00053 #endif
1.2.18