summaryrefslogtreecommitdiffstats
path: root/ctdb/utils/smnotify
Commit message (Collapse)AuthorAgeFilesLines
* smnotify: fix popt.h include to allow use of system libMathieu PARENT2009-02-041-1/+1
| | | | | | Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit e391bde5ac743956fb30ede65030973a1f13dae5)
* merge from volkerAndrew Tridgell2007-08-221-1/+1
| | | | (This used to be ctdb commit 7007e4f2292aa96287b899d6b9e82c7b597ef58f)
* from Chris CowanRonnie Sahlberg2007-08-151-0/+5
| | | | | | | | | | | | | patches to smnotify to make it compile under AIX. On AIX, we need to specify $(POPT_OBJ) explicitely On AIX we can not use the -C flag to rpcgen since it is not implemented On AIX we must explicitely force an #include of rpc/rpc.h in the idl file since rpcgen does not automatically add it to the generated files (This used to be ctdb commit 8c3e7ce645ec829bc465302831cc6b23452525d6)
* dont wait for the default rpc timeout when trying to bing to a client.Ronnie Sahlberg2007-08-031-0/+4
| | | | | | | | | abort after 3 seconds fix makefile so that we generate the header before trying to compile smnotify.o (This used to be ctdb commit bda310b74d6364bf88032874a1f3a2fb156f9736)
* add a small tool that can send smnotify packetsRonnie Sahlberg2007-08-032-0/+162
(This used to be ctdb commit 2bf3e1311ed9c68eeae9e18344da9ca08f0d4297)