HomeSort by: relevance | last modified time | path
    Searched refs:discontinuing (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-replication.h 332 bool discontinuing; // True if we are in the process of discontinuing this instance. member in struct:srpl_instance_service
354 bool discontinuing; // True if we are in the process of discontinuing this instance. member in struct:srpl_instance
srp-replication.c 822 INFO("discontinuing instance " PRI_S_SRP " with partner id %" PRIx64, instance->instance_name, instance->partner_id);
936 // Already discontinuing.
937 if (service->discontinuing) {
938 INFO("Replication service " PRI_S_SRP " went away, already discontinuing", service->full_service_name);
945 INFO("Replication service " PRI_S_SRP " went away, none left, discontinuing", service->full_service_name);
946 service->discontinuing = true;
963 // if all the services are discontinuing, we mark the instance to be discontinuing as well.
964 // discontinuing instance will be exluded when we check if the server has sync-ed on all the
966 // from the discovered instances (i.e., discontinuing instance no longer qualifies fo
    [all...]

Completed in 20 milliseconds