blob: 4b51b8c93856d4f0ccb29abfc9beaeb154eb915a [file] [log] [blame]
/**
* Autogenerated by Thrift
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
*/
package com.facebook.fb303;
public class fb_status {
public static final int DEAD = 0;
public static final int STARTING = 1;
public static final int ALIVE = 2;
public static final int STOPPING = 3;
public static final int STOPPED = 4;
public static final int WARNING = 5;
}