Ignore:
Timestamp:
Jul 10, 2009, 11:26:51 AM (15 years ago)
Author:
Christoph Mayer
Message:

-neues bootstrap module für dumme periodische broadcasts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/bootstrap/modules/multicastdns/MulticastDns.cpp

    r4842 r4850  
    8585
    8686        // create a new avahi client
    87         avahiclient = avahi_client_new( avahi_threaded_poll_get(avahipoll),
    88                         (AvahiClientFlags)0, MulticastDns::client_callback, this, &error );
     87        avahiclient = avahi_client_new(
     88                        avahi_threaded_poll_get(avahipoll),
     89                        (AvahiClientFlags)0,
     90                        MulticastDns::client_callback,
     91                        this,
     92                        &error
     93                        );
     94
    8995        if( avahiclient == NULL){
    9096                logging_error("creating avahi client failed with error "<<
Note: See TracChangeset for help on using the changeset viewer.