#include "kpi_interface.h"
#include "ss_func.h"
#include "utils/list.h"
Go to the source code of this file.
Functions | |
int | ss_populate (individual_t *individual) |
Populate if given individual from SS. | |
int | ss_populate_by_pattern (individual_t *individual, individual_t *pattern) |
Populate if given individual from SS by pattern. |
Vanag Pavel <vanag@cs.karelia.ru>
SmartSlog KP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with SmartSlog KP Library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
int ss_populate | ( | individual_t * | individual | ) |
Populate if given individual from SS.
Tries to find individual by given individual data (uuid, properties) and populate it. Function sets global PetrSU KP Library's errno.
[in] | individual_t | * individual. Pointer to the individual struct. |
int ss_populate_by_pattern | ( | individual_t * | individual, | |
individual_t * | pattern | |||
) |
Populate if given individual from SS by pattern.
Tries to find individual by given individual data (uuid, properties) by pattern and populate it. Function sets global PetrSU KP Library's errno.
[in] | individual_t | * individual. Pointer to the individual struct. |