Changeset 4850 for source/ariba/utility/bootstrap/modules/multicastdns
- Timestamp:
- Jul 10, 2009, 11:26:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/bootstrap/modules/multicastdns/MulticastDns.cpp
r4842 r4850 85 85 86 86 // 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 89 95 if( avahiclient == NULL){ 90 96 logging_error("creating avahi client failed with error "<<
Note:
See TracChangeset
for help on using the changeset viewer.