XREP & XREQ socket types added; zmq_queue device added

This commit is contained in:
Martin Sustrik
2009-12-13 14:45:23 +01:00
parent c43aded531
commit fa6bf24d80
20 changed files with 490 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ int main (int argc, char *argv [])
XMLNode root = XMLNode::parseFile (argv [1]);
if (root.isEmpty ()) {
fprintf (stderr, "configuration file not found\n");
fprintf (stderr, "configuration file not found or not an XML file\n");
return 1;
}