int dm_process_nodes_input

(FILE*f,
  dm_machinelist_information* machinedbinfo,
  void* (*createapplicationdatacallback)(void*,
  const char* ),
  void* data_for_callback )

Process the input from node, to refresh my data in database.

Documentation

Process the input from node, to refresh my data in database. The createapplicationdatacallback can be NULL, if there is no need for a callback function. The callback function will be called with the data_for_callback, and the hostname information.

This function is very hairy.

Parameters:
f - File pointer to input stream.
machinedbinfo - machine db information
data_for_callback - the data sent to the callback function
Returns:
0 on success, 1 on error.

Alphabetic index



This page was generated with the help of DOC++.