Set lastSDPCounter after a successfull SDP checkpoint
p4 admin checkpoint sets lastCheckpointAction, which is useful for monitoring, in particular
when checkpoint age should be observed from the outside through p4. However the SDP is using
p4d directly to create checkpoints and will not set checkpoints. In order to distinguish human
actions from the SDP cronjobs, set a new counter lastSDPCounter in a similar format.