ctdb_client.h: fix build on AIX by removing C++-style comments
authorMichael Adam <obnox@samba.org>
Tue, 22 Oct 2013 22:46:34 +0000 (00:46 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 22 Oct 2013 22:53:56 +0000 (00:53 +0200)
Reported by John P Janosik <jpjanosi@us.ibm.com>

Signed-off-by: Michael Adam <obnox@samba.org>
(This used to be ctdb commit 1f327401f2e181780937aa3f6c479376ff787f3f)

ctdb/include/ctdb_client.h

index c8c37da8e672076537c1883f01fce1df7b1b556a..c270783e6adbb7dff69033152bc60dd38fd1867b 100644 (file)
@@ -481,8 +481,8 @@ struct ctdb_uptime {
   ctdb_control_tcp_addr structure instead
  */
 struct ctdb_control_tcp {
-       struct sockaddr_in src; // samba uses this
-       struct sockaddr_in dest;// samba uses this
+       struct sockaddr_in src;  /* samba uses this */
+       struct sockaddr_in dest; /* samba uses this */
 };
 /* new style structure */
 struct ctdb_control_tcp_addr {