aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim-attribute/reclaim_attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim-attribute/reclaim_attribute.h')
-rw-r--r--src/reclaim-attribute/reclaim_attribute.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/reclaim-attribute/reclaim_attribute.h b/src/reclaim-attribute/reclaim_attribute.h
index 43228f5c3..773d39c5a 100644
--- a/src/reclaim-attribute/reclaim_attribute.h
+++ b/src/reclaim-attribute/reclaim_attribute.h
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -41,10 +41,15 @@ struct Attribute
41 uint32_t attribute_version; 41 uint32_t attribute_version;
42 42
43 /** 43 /**
44 * Attribute ID
45 */
46 uint64_t attribute_id;
47
48 /**
44 * Name length 49 * Name length
45 */ 50 */
46 uint32_t name_len; 51 uint32_t name_len;
47 52
48 /** 53 /**
49 * Data size 54 * Data size
50 */ 55 */