X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fconnectivity%2Finc%2Fcaadapterinterface.h;h=8e029add567bfaf5af6308e169fe597dd4f8534a;hb=390866079e285d2c74918432c0d597d5da52f8a0;hp=50df45911894363819cdf0c13a12ad2210c2dcd3;hpb=17c68b2fd1e74586f85e552eeab4e32dc121f8a0;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/connectivity/inc/caadapterinterface.h b/resource/csdk/connectivity/inc/caadapterinterface.h index 50df459..8e029ad 100644 --- a/resource/csdk/connectivity/inc/caadapterinterface.h +++ b/resource/csdk/connectivity/inc/caadapterinterface.h @@ -169,14 +169,15 @@ typedef struct /** Terminate function address stored in this pointer. **/ CAAdapterTerminate terminate; + /** Type of transport adapter. **/ + CATransportAdapter_t cType; } CAConnectivityHandler_t; /** * This will be used during the registration of adapters call backs to the common logic. - * @see ::CAConnectivityHandler_t , ::CATransportAdapter_t + * @see ::CAConnectivityHandler_t */ -typedef void (*CARegisterConnectivityCallback)(CAConnectivityHandler_t handler, - CATransportAdapter_t cType); +typedef void (*CARegisterConnectivityCallback)(CAConnectivityHandler_t handler); /** * This will be used during the receive of network requests and response.