Skip to content

Commit fd0fc06

Browse files
committed
New query XQueryType with num value 9, enum name kXR_Qhead
1 parent bf26c79 commit fd0fc06

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/XProtocol/XProtocol.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,7 @@ enum XQueryType {
620620
kXR_Qckscan= 6,
621621
kXR_Qconfig= 7,
622622
kXR_Qvisa = 8,
623+
kXR_Qhead = 9,
623624
kXR_Qopaque=16,
624625
kXR_Qopaquf=32,
625626
kXR_Qopaqug=64

src/XrdCl/XrdClFileSystem.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ namespace XrdCl
6060
Space = kXR_Qspace, //!< Query logical space stats
6161
Stats = kXR_QStats, //!< Query server stats
6262
Visa = kXR_Qvisa, //!< Query file visa attributes
63+
Head = kXR_Qhead, //!< Query http header response
6364
XAttr = kXR_Qxattr //!< Query file extended attributes
6465
};
6566
};

0 commit comments

Comments
 (0)