Whamcloud - gitweb
don't let ctx obj share storage with request buffer, which might be
[fs/lustre-release.git] / lustre / sec / gss / gss_internal.h
index d1e0521..66dd290 100644 (file)
@@ -103,6 +103,7 @@ int rawobj_equal(rawobj_t *a, rawobj_t *b);
 int rawobj_dup(rawobj_t *dest, rawobj_t *src);
 int rawobj_serialize(rawobj_t *obj, __u32 **buf, __u32 *buflen);
 int rawobj_extract(rawobj_t *obj, __u32 **buf, __u32 *buflen);
+int rawobj_extract_alloc(rawobj_t *obj, __u32 **buf, __u32 *buflen);
 int rawobj_extract_local(rawobj_t *obj, __u32 **buf, __u32 *buflen);
 
 /*