Searched refs:dpid (Results 1 – 1 of 1) sorted by relevance
1097 data_integer *dpid; in config_read() local1126 dpid = data_integer_init(); in config_read()1127 dpid->value = getpid(); in config_read()1128 buffer_copy_string_len(dpid->key, CONST_STR_LEN("var.PID")); in config_read()1129 array_insert_unique(srv->config, (data_unset *)dpid); in config_read()