]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
admin/build-doc: use PeeringState* for gen_state_diagram.py
authorSamuel Just <sjust@redhat.com>
Fri, 12 Apr 2019 00:59:10 +0000 (17:59 -0700)
committersjust@redhat.com <sjust@redhat.com>
Wed, 1 May 2019 18:22:29 +0000 (11:22 -0700)
Signed-off-by: Samuel Just <sjust@redhat.com>
admin/build-doc

index a5e3e86a25ba61722e112b86aebd4487d271970c..3fd52b447ffdd29a008247d4f512e103d3e4e194 100755 (executable)
@@ -50,7 +50,7 @@ fi
 # for availability of commands
 set -e
 
-cat $TOPDIR/src/osd/PG.h $TOPDIR/src/osd/PG.cc | $TOPDIR/doc/scripts/gen_state_diagram.py > $TOPDIR/doc/dev/peering_graph.generated.dot
+cat $TOPDIR/src/osd/PeeringState.h $TOPDIR/src/osd/PeeringState.cc | $TOPDIR/doc/scripts/gen_state_diagram.py > $TOPDIR/doc/dev/peering_graph.generated.dot
 
 cd build-doc