diff --git a/cc-resource-pooling/container-mig/dbuslt.h b/cc-resource-pooling/container-mig/dbuslt.h new file mode 100644 index 0000000000000000000000000000000000000000..1e3ae541ab32ad3e594f4cef94967e3c272e0f76 --- /dev/null +++ b/cc-resource-pooling/container-mig/dbuslt.h @@ -0,0 +1,16 @@ +#ifndef _DBUSC_LT_H +#define _DBUSC_LT_H + +#ifdef __cplusplus +extern "C" { +#endif + +int dbusmethodcall_live_transfer( +); + + +#ifdef __cplusplus +} +#endif + +#endif