|
|
|
@ -80,8 +80,8 @@ with open(sys.argv[0]) as my_source: |
|
|
|
|
|
|
|
|
|
put_banner([H,C], ["Automatically generated by tools/codegen/core/gen_settings_ids.py"]) |
|
|
|
|
|
|
|
|
|
print >>H, "#ifndef SRC_CORE_EXT_TRANSPORT_CHTTP2_TRANSPORT_HTTP2_SETTINGS_H" |
|
|
|
|
print >>H, "#define SRC_CORE_EXT_TRANSPORT_CHTTP2_TRANSPORT_HTTP2_SETTINGS_H" |
|
|
|
|
print >>H, "#ifndef GRPC_CORE_EXT_TRANSPORT_CHTTP2_TRANSPORT_HTTP2_SETTINGS_H" |
|
|
|
|
print >>H, "#define GRPC_CORE_EXT_TRANSPORT_CHTTP2_TRANSPORT_HTTP2_SETTINGS_H" |
|
|
|
|
print >>H |
|
|
|
|
print >>H, "#include <stdint.h>" |
|
|
|
|
print >>H, "#include <stdbool.h>" |
|
|
|
@ -176,7 +176,7 @@ for decorated_setting in sorted(decorated_settings): |
|
|
|
|
print >>C, "};" |
|
|
|
|
|
|
|
|
|
print >>H |
|
|
|
|
print >>H, "#endif /* SRC_CORE_EXT_TRANSPORT_CHTTP2_TRANSPORT_HTTP2_SETTINGS_H */" |
|
|
|
|
print >>H, "#endif /* GRPC_CORE_EXT_TRANSPORT_CHTTP2_TRANSPORT_HTTP2_SETTINGS_H */" |
|
|
|
|
|
|
|
|
|
H.close() |
|
|
|
|
C.close() |
|
|
|
|