Ack from me.

Compiled on gcc version 4.7.3 and observed:
config.log:INTERNAL_VERSION_ID='6461:65d726809fde:default'

Thanks
Praveen


On 22-Apr-15 8:05 PM, Hans Nordeback wrote:
>   bootstrap.sh                        |  2 +-
>   osaf/services/saf/amf/amfd/main.cc  |  2 +-
>   osaf/services/saf/amf/amfnd/main.cc |  2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
>
>
> diff --git a/bootstrap.sh b/bootstrap.sh
> --- a/bootstrap.sh
> +++ b/bootstrap.sh
> @@ -1,4 +1,4 @@
>   #! /bin/sh
>   autoreconf -vi
>
> -sed -i "s/^INTERNAL_VERSION_ID=.*\$/INTERNAL_VERSION_ID=$(hg parent 
> --template "{rev}:{node|short}")/" configure
> +sed -i "s/^INTERNAL_VERSION_ID=.*\$/INTERNAL_VERSION_ID=$(hg parent 
> --template "{rev}:{node|short}:{branch}")/" configure
> diff --git a/osaf/services/saf/amf/amfd/main.cc 
> b/osaf/services/saf/amf/amfd/main.cc
> --- a/osaf/services/saf/amf/amfd/main.cc
> +++ b/osaf/services/saf/amf/amfd/main.cc
> @@ -57,7 +57,7 @@
>   #include <sutype.h>
>   #include <su.h>
>
> -static const char* internal_version_id_  __attribute__ ((unused)) = "@(#) 
> $Id: " INTERNAL_VERSION_ID " $";
> +static const char* internal_version_id_  __attribute__ ((used)) = "@(#) $Id: 
> " INTERNAL_VERSION_ID " $";
>
>   enum {
>       FD_TERM = 0,
> diff --git a/osaf/services/saf/amf/amfnd/main.cc 
> b/osaf/services/saf/amf/amfnd/main.cc
> --- a/osaf/services/saf/amf/amfnd/main.cc
> +++ b/osaf/services/saf/amf/amfnd/main.cc
> @@ -37,7 +37,7 @@
>   #define FD_CLM   2
>   #define FD_MBCSV 3
>
> -static const char* internal_version_id_  __attribute__ ((unused)) = "@(#) 
> $Id: " INTERNAL_VERSION_ID " $";
> +static const char* internal_version_id_  __attribute__ ((used)) = "@(#) $Id: 
> " INTERNAL_VERSION_ID " $";
>
>   static NCS_SEL_OBJ term_sel_obj; /* Selection object for TERM signal events 
> */
>
>

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to