|
FireSync API
|
| kStatus kHxNullNode_Construct | ( | kHxNullNode * | node, |
| k32u | nodeId, | ||
| kHealth | health, | ||
| const kChar * | storagePath, | ||
| kAlloc | allocator | ||
| ) |
Constructs a kHxNullNode instance.
| node | Receives constructed object. |
| nodeId | Node identifier that will be used in communication. |
| health | Health provider to be used by the node (if kNULL, node will create dedicated provider). |
| storagePath | Absolute file system path to the directory that should be used to support storage (or kNULL for no storage). |
| allocator | Memory allocator (or kNULL for default). |