dyndns_publisher
rc = pthread_create(&tid, &attr, dyndns_publisher, NULL);
extern void *dyndns_publisher(void *);