summaryrefslogtreecommitdiff
path: root/src/objclass
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@hq.newdream.net>2009-05-18 15:49:27 -0700
committerYehuda Sadeh <yehuda@hq.newdream.net>2009-05-18 15:49:27 -0700
commitbdc16c8da59314e4d9c0f69d162b9fe2f48ed2e3 (patch)
tree62d45c26c6c7202ce3a677e342e527f3ef9b6eb8 /src/objclass
parent9fd68cda88af620eae14b0c08d4fb851f7116baf (diff)
downloadceph-bdc16c8da59314e4d9c0f69d162b9fe2f48ed2e3.tar.gz
class: end to end method execution
Diffstat (limited to 'src/objclass')
-rw-r--r--src/objclass/objclass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objclass/objclass.h b/src/objclass/objclass.h
index a910eff28e4..4eb3c200347 100644
--- a/src/objclass/objclass.h
+++ b/src/objclass/objclass.h
@@ -7,7 +7,7 @@ extern "C" {
typedef void *cls_handle_t;
typedef void *cls_method_handle_t;
-typedef int (*cls_method_call_t)(char **indata, int datalen,
+typedef int (*cls_method_call_t)(char *indata, int datalen,
char **outdata, int *outdatalen);
/* class utils */