Skip to content

Commit fb18aa1

Browse files
committed
rfc7: change reference to KEEPALIVE to CONTROL
Problem: keepalive messages are being renamed to control, but rfc7 includes a code example referencing keepalives. Rename to FLUX_MSGTYPE_KEEPALIVE to FLUX_MSGTYPE_CONTROL.
1 parent 1038884 commit fb18aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec_7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Examples:
150150
FLUX_MSGTYPE_REQUEST = 0x01,
151151
FLUX_MSGTYPE_RESPONSE = 0x02,
152152
FLUX_MSGTYPE_EVENT = 0x04,
153-
FLUX_MSGTYPE_KEEPALIVE = 0x08,
153+
FLUX_MSGTYPE_CONTROL = 0x08,
154154
FLUX_MSGTYPE_ANY = 0x0f,
155155
FLUX_MSGTYPE_MASK = 0x0f,
156156
};

0 commit comments

Comments
 (0)