Add file offset in bcc_procutils_each_module callback
diff --git a/src/cc/usdt/usdt.cc b/src/cc/usdt/usdt.cc
index 278bd31..091bd32 100644
--- a/src/cc/usdt/usdt.cc
+++ b/src/cc/usdt/usdt.cc
@@ -217,7 +217,8 @@
ctx->add_probe(binpath, probe);
}
-int Context::_each_module(const char *modpath, uint64_t, uint64_t, bool, void *p) {
+int Context::_each_module(const char *modpath, uint64_t, uint64_t, uint64_t,
+ bool, void *p) {
Context *ctx = static_cast<Context *>(p);
// Modules may be reported multiple times if they contain more than one
// executable region. We are going to parse the ELF on disk anyway, so we