From: Chris B. <buc...@us...> - 2012-03-03 04:14:15
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "SFCB - Small Footprint CIM Broker". The branch, master has been updated via 9c1c5431b1d58f1a29c184565b6557e0b00c4000 (commit) from 167b36f1b44dab4a4c717ac26eea27546af12414 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9c1c5431b1d58f1a29c184565b6557e0b00c4000 Author: buccella <buc...@li...> Date: Fri Mar 2 23:14:45 2012 -0500 [ 3496383 ] Faster Return from CBDeliverIndication ----------------------------------------------------------------------- Summary of changes: diff --git a/interopProvider.c b/interopProvider.c index a40e1b1..fb68a61 100644 --- a/interopProvider.c +++ b/interopProvider.c @@ -1376,13 +1376,13 @@ InteropProviderInvokeMethod(CMPIMethodMI * mi, (char *) str->hdl)); CMAddArg(hin, "subscription", &su->sci, CMPI_instance); - pthread_attr_init(&it_attr); - pthread_attr_setdetachstate(&it_attr, PTHREAD_CREATE_DETACHED); - - DeliveryInfo* di = malloc(sizeof(DeliveryInfo)); - di->ctx = native_clone_CMPIContext(ctx); - di->hop = CMClone(su->ha->hop, NULL); - di->hin = CMClone(hin, NULL); + pthread_attr_init(&it_attr); + pthread_attr_setdetachstate(&it_attr, PTHREAD_CREATE_DETACHED); + + DeliveryInfo* di = malloc(sizeof(DeliveryInfo)); + di->ctx = native_clone_CMPIContext(ctx); + di->hop = CMClone(su->ha->hop, NULL); + di->hin = CMClone(hin, NULL); pthread_create(&ind_thread, &it_attr,&sendIndForDelivery,(void *) di); hooks/post-receive -- SFCB - Small Footprint CIM Broker |