mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
refactor: remove last appearances of old format naming scheme
This commit is contained in:
parent
1ab4190b13
commit
bd72556b1d
4 changed files with 4 additions and 4 deletions
|
@ -79,7 +79,7 @@ int file_parse(struct node *n, json_t *cfg)
|
|||
json_error_t err;
|
||||
|
||||
const char *uri_tmpl = NULL;
|
||||
const char *format = "villas-human";
|
||||
const char *format = "villas.human";
|
||||
const char *eof = NULL;
|
||||
const char *epoch_mode = NULL;
|
||||
double epoch_flt = 0;
|
||||
|
|
|
@ -82,7 +82,7 @@ int nanomsg_parse(struct node *n, json_t *cfg)
|
|||
int ret;
|
||||
struct nanomsg *m = (struct nanomsg *) n->_vd;
|
||||
|
||||
const char *format = "villas-human";
|
||||
const char *format = "villas.human";
|
||||
|
||||
json_error_t err;
|
||||
|
||||
|
|
|
@ -99,7 +99,7 @@ int zeromq_parse(struct node *n, json_t *cfg)
|
|||
const char *ep = NULL;
|
||||
const char *type = NULL;
|
||||
const char *filter = NULL;
|
||||
const char *format = "villas-human";
|
||||
const char *format = "villas.human";
|
||||
|
||||
size_t index;
|
||||
json_t *json_pub = NULL;
|
||||
|
|
|
@ -212,7 +212,7 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
int ret, level = V, timeout = 0;
|
||||
bool reverse = false;
|
||||
char *format = "villas-human";
|
||||
char *format = "villas.human";
|
||||
|
||||
sendd = recvv = (struct dir) {
|
||||
.enabled = true,
|
||||
|
|
Loading…
Add table
Reference in a new issue